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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp33 RunJIT, enumerator in enum:__anon5805::OutputType
52 clEnumValN(RunJIT, "run-jit", "Execute with JIT"),
160 InterpreterSel = RunJIT;
190 case RunJIT:
223 InterpreterSel != RunJIT) {
469 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; }

Completed in 33 milliseconds