Home
last modified time | relevance | path

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

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