Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DBugDriver.h213 std::unique_ptr<Module> deleteInstructionFromProgram(const Instruction *I,
DExtractFunction.cpp86 BugDriver::deleteInstructionFromProgram(const Instruction *I, in deleteInstructionFromProgram() function in BugDriver
DCrashDebugger.cpp762 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DBugDriver.h192 std::unique_ptr<Module> deleteInstructionFromProgram(const Instruction *I,
DExtractFunction.cpp85 BugDriver::deleteInstructionFromProgram(const Instruction *I, in deleteInstructionFromProgram() function in BugDriver
DCrashDebugger.cpp1006 BD.deleteInstructionFromProgram(&*I, Simplification); in ReduceInsts()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.h218 Module *deleteInstructionFromProgram(const Instruction *I, unsigned Simp);
DExtractFunction.cpp57 Module *BugDriver::deleteInstructionFromProgram(const Instruction *I, in deleteInstructionFromProgram() function in BugDriver
DCrashDebugger.cpp578 Module *M = BD.deleteInstructionFromProgram(I, Simplification); in DebugACrash()