Home
last modified time | relevance | path

Searched defs:removeInstruction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp107 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
H A DMustExecute.cpp97 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
H A DMemoryDependenceAnalysis.cpp1482 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
H A DBasicAliasAnalysis.cpp261 void EarliestEscapeAnalysis::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeAnalysis
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp3219 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass