HomeSort by relevance Sort by last modified time
    Searched refs:all_switches (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/
findoptdiff 73 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
findmisopt 79 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/
about_flags_unittest.cc 747 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 137 milliseconds