Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp115 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
125 removeInstruction(UI); in removeUsersOf()
H A DMustExecute.cpp98 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
99 ICF.removeInstruction(Inst); in removeInstruction()
100 MW.removeInstruction(Inst); in removeInstruction()
H A DMemoryDependenceAnalysis.cpp1504 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
H A DBasicAliasAnalysis.cpp228 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h81 void removeInstruction(const Instruction *Inst);
H A DMustExecute.h169 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h412 void removeInstruction(Instruction *InstToRemove);
H A DAliasAnalysis.h426 void removeInstruction(Instruction *I);
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp992 gvn.getMemDep().removeInstruction(CoercedLoad); in MaterializeAdjustedValue()
2689 if (MD) MD->removeInstruction(I); in processBlock()
2693 ICF->removeInstruction(I); in processBlock()
2922 MD->removeInstruction(CurInst); in performScalarPRE()
2928 ICF->removeInstruction(CurInst); in performScalarPRE()
H A DGVNHoist.cpp1026 MD->removeInstruction(I); in rauw()
1146 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1464 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1472 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1865 SafetyInfo.removeInstruction(I); in instructionDeleted()
H A DDeadStoreElimination.cpp1629 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp155 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()