Searched refs:removeInstruction (Results 1 – 6 of 6) sorted by relevance
474 MD->removeInstruction(*SI); in INITIALIZE_PASS_DEPENDENCY()528 MD->removeInstruction(SI); in processStore()530 MD->removeInstruction(LI); in processStore()726 MD->removeInstruction(C); in performCallSlotOptzn()729 MD->removeInstruction(cpy); in performCallSlotOptzn()806 MD->removeInstruction(M); in processMemCpyMemCpyDependence()825 MD->removeInstruction(M); in processMemCpy()837 MD->removeInstruction(M); in processMemCpy()852 MD->removeInstruction(M); in processMemCpy()894 MD->removeInstruction(M); in processMemMove()
1200 gvn.getMemDep().removeInstruction(SrcVal); in GetLoadValueForLoad()1634 if (MD) MD->removeInstruction(I); in PerformLoadPRE()2402 if (MD) MD->removeInstruction(*I); in processBlock()2585 if (MD) MD->removeInstruction(CurInst); in performPRE()
127 MD.removeInstruction(DeadInst); in DeleteDeadInstruction()
376 void removeInstruction(Instruction *InstToRemove);
85 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()
1316 void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceAnalysis