reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/bugpoint/ExecutionDriver.cpp
  157   switch (InterpreterSel) {
  160       InterpreterSel = RunJIT;
  165       InterpreterSel = RunLLC;
  170       InterpreterSel = RunLLI;
  175       InterpreterSel = AutoPick;
  188         InterpreterSel == RunLLCIA);
  215     if (!SafeInterpreter && InterpreterSel == LLC_Safe) {
  222     if (!SafeInterpreter && InterpreterSel != RunLLC &&
  223         InterpreterSel != RunJIT) {
  469 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; }