HomeSort by relevance Sort by last modified time
    Searched refs:deleteInstructionFromProgram (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/bugpoint/
BugDriver.h 213 /// deleteInstructionFromProgram - This method clones the current Program and
218 Module *deleteInstructionFromProgram(const Instruction *I, unsigned Simp);
ExtractFunction.cpp 85 /// deleteInstructionFromProgram - This method clones the current Program and
90 Module *BugDriver::deleteInstructionFromProgram(const Instruction *I,
CrashDebugger.cpp 581 Module *M = BD.deleteInstructionFromProgram(I, Simplification);

Completed in 43 milliseconds