Searched defs:removeInstruction (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | InstructionPrecedenceTracking.cpp | 115 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking |
H A D | MustExecute.cpp | 99 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo |
H A D | MemoryDependenceAnalysis.cpp | 1541 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults |
H A D | BasicAliasAnalysis.cpp | 251 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVN.cpp | 3189 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass |