OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches_to_use
(Results
1 - 6
of
6
) sorted by null
/external/llvm/utils/
findoptdiff
77
switches_to_use
="$1"
78
$opt1 $
switches_to_use
"$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
79
$opt2 $
switches_to_use
"$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
88
echo 'Switches:' $
switches_to_use
>> $diffs
findmisopt
103
switches_to_use
="$1"
104
opt $
switches_to_use
"$bcfile" -o "$optbc" -f || exit
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
findoptdiff
77
switches_to_use
="$1"
78
$opt1 $
switches_to_use
"$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
79
$opt2 $
switches_to_use
"$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
88
echo 'Switches:' $
switches_to_use
>> $diffs
findmisopt
103
switches_to_use
="$1"
104
opt $
switches_to_use
"$bcfile" -o "$optbc" -f || exit
/external/swiftshader/third_party/LLVM/utils/
findoptdiff
77
switches_to_use
="$1"
78
$opt1 $
switches_to_use
"$bc1" -o - | $dis1 | $filt1 > "$opt1ll"
79
$opt2 $
switches_to_use
"$bc2" -o - | $dis2 | $filt2 > "$opt2ll"
88
echo 'Switches:' $
switches_to_use
>> $diffs
findmisopt
104
switches_to_use
="$1"
105
opt $
switches_to_use
"$bcfile" -o "$optbc" -f || exit
Completed in 251 milliseconds