Searched refs:removeInstruction (Results 1 – 12 of 12) sorted by relevance
495 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 …]
813 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()
931 MD->removeInstruction(I); in rauw()1054 MD->removeInstruction(Repl); in hoist()
1308 SafetyInfo.removeInstruction(&I); in eraseInstruction()1314 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1688 SafetyInfo.removeInstruction(I); in instructionDeleted()
124 MD.removeInstruction(DeadInst); in deleteDeadInstruction()
92 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo93 ICF.removeInstruction(Inst); in removeInstruction()94 MW.removeInstruction(Inst); in removeInstruction()
109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
1537 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
85 void removeInstruction(const Instruction *Inst);
161 void removeInstruction(const Instruction *Inst);
417 void removeInstruction(Instruction *InstToRemove);
116 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()