Searched refs:removeInstruction (Results 1 – 8 of 8) sorted by relevance
131 void removeInstruction(Instruction *Inst);180 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in INITIALIZE_PASS_DEPENDENCY()183 MD->removeInstruction(Inst); in INITIALIZE_PASS_DEPENDENCY()313 removeInstruction(HoistCand); in hoistInstruction()316 removeInstruction(ElseInst); in hoistInstruction()507 removeInstruction(S0); in sinkStore()508 removeInstruction(S1); in sinkStore()510 removeInstruction(A0); in sinkStore()512 removeInstruction(A1); in sinkStore()
483 MD->removeInstruction(*SI); in INITIALIZE_PASS_DEPENDENCY()536 MD->removeInstruction(SI); in processStore()538 MD->removeInstruction(LI); in processStore()746 MD->removeInstruction(C); in performCallSlotOptzn()759 MD->removeInstruction(cpy); in performCallSlotOptzn()836 MD->removeInstruction(M); in processMemCpyMemCpyDependence()854 MD->removeInstruction(M); in processMemCpy()866 MD->removeInstruction(M); in processMemCpy()888 MD->removeInstruction(M); in processMemCpy()915 MD->removeInstruction(M); in processMemCpy()[all …]
1208 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()1646 if (MD) MD->removeInstruction(I); in PerformLoadPRE()2433 if (MD) MD->removeInstruction(*I); in processBlock()2620 MD->removeInstruction(CurInst); in performScalarPRE()
133 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
381 void removeInstruction(Instruction *InstToRemove);
277 public void removeInstruction(int index) {442 removeInstruction(index);455 removeInstruction(previousIndex);
79 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
1474 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis