Searched refs:removeInstruction (Results 1 – 8 of 8) sorted by relevance
134 void removeInstruction(Instruction *Inst);183 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in INITIALIZE_PASS_DEPENDENCY()186 MD->removeInstruction(Inst); in INITIALIZE_PASS_DEPENDENCY()311 removeInstruction(HoistCand); in hoistInstruction()314 removeInstruction(ElseInst); in hoistInstruction()491 removeInstruction(S0); in sinkStore()492 removeInstruction(S1); in sinkStore()494 removeInstruction(A0); in sinkStore()496 removeInstruction(A1); in sinkStore()
475 MD->removeInstruction(SI); in INITIALIZE_PASS_DEPENDENCY()538 MD->removeInstruction(SI); in processStore()540 MD->removeInstruction(LI); in processStore()748 MD->removeInstruction(C); in performCallSlotOptzn()759 MD->removeInstruction(cpy); in performCallSlotOptzn()834 MD->removeInstruction(M); in processMemCpyMemCpyDependence()900 MD->removeInstruction(MemSet); in processMemSetMemCpyDependence()949 MD->removeInstruction(M); in processMemCpy()961 MD->removeInstruction(M); in processMemCpy()992 MD->removeInstruction(M); in processMemCpy()[all …]
1220 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()1642 if (MD) MD->removeInstruction(I); in PerformLoadPRE()2519 if (MD) MD->removeInstruction(*I); in processBlock()2701 MD->removeInstruction(CurInst); in performScalarPRE()
139 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
385 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()
1545 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis