Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DBugDriver.h219 std::unique_ptr<Module> deleteInstructionFromProgram(const Instruction *I,
DExtractFunction.cpp86 BugDriver::deleteInstructionFromProgram(const Instruction *I, in deleteInstructionFromProgram() function in BugDriver
DCrashDebugger.cpp579 BD.deleteInstructionFromProgram(I, Simplification); in DebugACrash()