Searched refs:RunLLC (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 32 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator 48 clEnumValN(RunLLC, "run-llc", "Compile with LLC"), 64 clEnumValN(RunLLC, "safe-run-llc", "Compile with LLC"), 166 InterpreterSel = RunLLC; in initializeExecutionEnvironment() 185 case RunLLC: in initializeExecutionEnvironment() 220 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 229 InterpreterSel != RunLLC && in initializeExecutionEnvironment() 231 SafeInterpreterSel = RunLLC; in initializeExecutionEnvironment() 243 case RunLLC: in initializeExecutionEnvironment()
|