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

References

tools/bugpoint/BugDriver.cpp
   86   if (Interpreter != SafeInterpreter)
   88   delete SafeInterpreter;
tools/bugpoint/BugDriver.h
  137     Interpreter = (AbstractInterpreter *)SafeInterpreter;
tools/bugpoint/ExecutionDriver.cpp
  146   SafeInterpreter = nullptr;
  215     if (!SafeInterpreter && InterpreterSel == LLC_Safe) {
  218       SafeInterpreter = AbstractInterpreter::createLLC(
  222     if (!SafeInterpreter && InterpreterSel != RunLLC &&
  226       SafeInterpreter = AbstractInterpreter::createLLC(
  229     if (!SafeInterpreter) {
  237     SafeInterpreter = AbstractInterpreter::createLLC(
  242     SafeInterpreter = AbstractInterpreter::createCustomExecutor(
  250   if (!SafeInterpreter) {
  384   return executeProgram(Program, OutputFile, "", "", SafeInterpreter);
  394       SafeInterpreter->OutputCode(BitcodeFile, OutputFile);
  418     if (Interpreter != SafeInterpreter) {
tools/bugpoint/Miscompilation.cpp
 1007   if ((void *)SafeInterpreter == (void *)Interpreter) {