Searched refs:removeInstruction (Results 1 – 11 of 11) sorted by relevance
109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking117 removeInstruction(UI); in removeUsersOf()
101 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo102 ICF.removeInstruction(Inst); in removeInstruction()103 MW.removeInstruction(Inst); in removeInstruction()
1514 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
81 void removeInstruction(const Instruction *Inst);
411 void removeInstruction(Instruction *InstToRemove);
169 void removeInstruction(const Instruction *Inst);
906 gvn.getMemDep().removeInstruction(CoercedLoad); in MaterializeAdjustedValue()2547 if (MD) MD->removeInstruction(I); in processBlock()2551 ICF->removeInstruction(I); in processBlock()2785 MD->removeInstruction(CurInst); in performScalarPRE()2791 ICF->removeInstruction(CurInst); in performScalarPRE()
335 MD->removeInstruction(I); in eraseInstruction()1039 MD->removeInstruction(C); in performCallSlotOptzn()1590 MD->removeInstruction(M); in processMemMove()
1022 MD->removeInstruction(I); in rauw()1142 MD->removeInstruction(Repl); in hoist()
1554 SafetyInfo.removeInstruction(&I); in eraseInstruction()1562 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1971 SafetyInfo.removeInstruction(I); in instructionDeleted()
150 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()