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.cpp115 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
H A DMustExecute.cpp99 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
H A DMemoryDependenceAnalysis.cpp1541 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
H A DBasicAliasAnalysis.cpp251 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp3189 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass