Home
last modified time | relevance | path

Searched refs:bcfile (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/
Dfindmisopt52 bcfile="$1"
60 name=`basename $bcfile .bc`
93 llvm-dis "$bcfile" -o "$ll" -f || exit 1
96 llc "$bcfile" -o "$s" -f || exit 1
104 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final…