Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp495 MD->removeInstruction(SI); in INITIALIZE_PASS_DEPENDENCY()
775 MD->removeInstruction(SI); in processStore()
988 MD->removeInstruction(C); in performCallSlotOptzn()
1000 MD->removeInstruction(cpy); in performCallSlotOptzn()
1075 MD->removeInstruction(M); in processMemCpyMemCpyDependence()
1141 MD->removeInstruction(MemSet); in processMemSetMemCpyDependence()
1223 MD->removeInstruction(M); in processMemCpy()
1235 MD->removeInstruction(M); in processMemCpy()
1269 MD->removeInstruction(M); in processMemCpy()
1285 MD->removeInstruction(M); in processMemCpy()
[all …]
H A DGVN.cpp813 gvn.getMemDep().removeInstruction(Load); in MaterializeAdjustedValue()
2082 if (MD) MD->removeInstruction(I); in processBlock()
2084 ICF->removeInstruction(I); in processBlock()
2307 MD->removeInstruction(CurInst); in performScalarPRE()
2311 ICF->removeInstruction(CurInst); in performScalarPRE()
H A DGVNHoist.cpp931 MD->removeInstruction(I); in rauw()
1054 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1308 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1314 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1688 SafetyInfo.removeInstruction(I); in instructionDeleted()
H A DDeadStoreElimination.cpp124 MD.removeInstruction(DeadInst); in deleteDeadInstruction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMustExecute.cpp92 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
93 ICF.removeInstruction(Inst); in removeInstruction()
94 MW.removeInstruction(Inst); in removeInstruction()
H A DInstructionPrecedenceTracking.cpp109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
H A DMemoryDependenceAnalysis.cpp1537 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h85 void removeInstruction(const Instruction *Inst);
H A DMustExecute.h161 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h417 void removeInstruction(Instruction *InstToRemove);
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp116 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()