Home
last modified time | relevance | path

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

/external/llvm/utils/
Dfindmisopt65 optbc="$outdir/${name}.opt.bc"
104 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
105 llvm-dis "$optbc" -o "$optll" -f || exit
106 llc "$optbc" -o "$opts" -f || exit
/external/swiftshader/third_party/LLVM/utils/
Dfindmisopt65 optbc="$outdir/${name}.opt.bc"
105 opt $switches_to_use "$bcfile" -o "$optbc" -f || exit
106 llvm-dis "$optbc" -o "$optll" -f || exit
107 llc "$optbc" -o "$opts" -f || exit