Searched refs:RunJIT (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 47 clEnumValN(RunJIT, "run-jit", "Execute with JIT"), 161 InterpreterSel = RunJIT; in initializeExecutionEnvironment() 193 case RunJIT: in initializeExecutionEnvironment() 230 InterpreterSel != RunJIT) { in initializeExecutionEnvironment() 482 return InterpreterSel == RunJIT; in isExecutingJIT()
|