HomeSort by relevance Sort by last modified time
    Searched refs:all_switches (Results 1 - 2 of 2) 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

Completed in 444 milliseconds