Home
last modified time | relevance | path

Searched refs:removeInstruction (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
117 removeInstruction(UI); in removeUsersOf()
H A DMustExecute.cpp101 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
102 ICF.removeInstruction(Inst); in removeInstruction()
103 MW.removeInstruction(Inst); in removeInstruction()
H A DMemoryDependenceAnalysis.cpp1514 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h81 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h411 void removeInstruction(Instruction *InstToRemove);
H A DMustExecute.h169 void removeInstruction(const Instruction *Inst);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp906 gvn.getMemDep().removeInstruction(CoercedLoad); in MaterializeAdjustedValue()
2547 if (MD) MD->removeInstruction(I); in processBlock()
2551 ICF->removeInstruction(I); in processBlock()
2785 MD->removeInstruction(CurInst); in performScalarPRE()
2791 ICF->removeInstruction(CurInst); in performScalarPRE()
H A DMemCpyOptimizer.cpp335 MD->removeInstruction(I); in eraseInstruction()
1039 MD->removeInstruction(C); in performCallSlotOptzn()
1590 MD->removeInstruction(M); in processMemMove()
H A DGVNHoist.cpp1022 MD->removeInstruction(I); in rauw()
1142 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1554 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1562 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1971 SafetyInfo.removeInstruction(I); in instructionDeleted()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp150 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()