Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h115 bool isExecutingJIT();
H A DExecutionDriver.cpp457 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; } in isExecutingJIT() function in BugDriver
H A DMiscompilation.cpp788 if (!BD.isExecutingJIT()) in CleanupAndPrepareModules()
1079 if (isExecutingJIT()) { in debugCodeGenerator()