Searched refs:RunLLC (Results 1 - 1 of 1) sorted by relevance
/external/llvm/tools/bugpoint/ |
H A D | ExecutionDriver.cpp | 31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon7868::OutputType 47 clEnumValN(RunLLC, "run-llc", "Compile with LLC"), 63 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 159 InterpreterSel = RunLLC; 178 case RunLLC: 213 SafeInterpreterSel = RunLLC; 222 InterpreterSel != RunLLC && 224 SafeInterpreterSel = RunLLC; 236 case RunLLC:
|
Completed in 353 milliseconds