Searched refs:all_switches (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/
H A Dfindoptdiff73 all_switches="-verify -lowersetjmp -simplifycfg -mem2reg -globalopt -globaldce -ipconstprop -deadargelim -instcombine -simplifycfg -prune-eh -inline -simplify-libcalls -argpromotion -tailduplicate -simplifycfg -scalarrepl -instcombine -predsimplify -condprop -tailcallelim -simplifycfg -reassociate -licm -loop-unswitch -instcombine -indvars -loop-unroll -instcombine -load-vn -gcse -sccp -instcombine -condprop -dse -dce -simplifycfg -deadtypeelim -constmerge -internalize -ipsccp -globalopt -constmerge -deadargelim -inline -prune-eh -globalopt -globaldce -argpromotion -instcombine -predsimplify -scalarrepl -globalsmodref-aa -licm -load-vn -gcse -dse -instcombine -simplifycfg -verify"
95 for sw in $all_switches ; do
H A Dfindmisopt79 all_switches="$opt_switches"
80 echo "Passes : $all_switches"
133 for sw in $all_switches ; do
145 if [ "$switches" == " $all_switches" ] ; then
167 if [ "$final" == " $all_switches" ] ; then
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc747 std::set<std::string> all_switches = GetAllSwitchesForTesting(); local
748 for (std::set<std::string>::const_iterator it = all_switches.begin();
749 it != all_switches.end();

Completed in 74 milliseconds