Searched defs:RunJIT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp31 AutoPick, RunLLI, RunJIT, RunLLC, RunLLCIA, LLC_Safe, CompileCustom, Custom enumerator in enum:__anon26379::OutputType
46 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
154 InterpreterSel = RunJIT;
186 case RunJIT:
223 InterpreterSel != RunJIT) {
475 return InterpreterSel == RunJIT;

Completed in 101 milliseconds