OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
84
///
deleteInstructionFromProgram
- This method clones the current Program and
89
Module *BugDriver::
deleteInstructionFromProgram
(const Instruction *I,
CrashDebugger.cpp
580
Module *M = BD.
deleteInstructionFromProgram
(I, Simplification);
Completed in 195 milliseconds