Home
last modified time | relevance | path

Searched refs:removeInstruction (Results 1 – 16 of 16) 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
118 removeInstruction(UI); in removeUsersOf()
H A DMustExecute.cpp97 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
98 ICF.removeInstruction(Inst); in removeInstruction()
99 MW.removeInstruction(Inst); in removeInstruction()
H A DMemoryDependenceAnalysis.cpp1482 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
1483 EEA.removeInstruction(RemInst); in removeInstruction()
H A DBasicAliasAnalysis.cpp261 void EarliestEscapeAnalysis::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeAnalysis
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h80 LLVM_ABI void removeInstruction(const Instruction *Inst);
H A DMustExecute.h170 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h418 void removeInstruction(Instruction *InstToRemove);
H A DAliasAnalysis.h198 void removeInstruction(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp936 removeInstruction(I); in salvageAndRemoveInstruction()
1629 removeInstruction(OldLoad); in eliminatePartiallyRedundantLoad()
2910 removeInstruction(PN); in processBlock()
3124 removeInstruction(CurInst); in performScalarPRE()
3219 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass
3221 if (MD) MD->removeInstruction(I); in removeInstruction()
3227 ICF->removeInstruction(I); in removeInstruction()
H A DGVNHoist.cpp989 MD->removeInstruction(I); in rauw()
1109 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1438 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1446 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1846 SafetyInfo.removeInstruction(I); in instructionDeleted()
H A DMemCpyOptimizer.cpp290 EEA->removeInstruction(I); in eraseInstruction()
H A DDeadStoreElimination.cpp1904 EA.removeInstruction(DeadInst); in deleteDeadInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h399 void removeInstruction(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp156 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19939 …veInstructionEPNS_11InstructionE", "llvm::MemoryDependenceAnalysis::removeInstruction(llvm::Instru…