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()
1515 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
81 void removeInstruction(const Instruction *Inst);
169 void removeInstruction(const Instruction *Inst);
424 void removeInstruction(Instruction *InstToRemove);
907 gvn.getMemDep().removeInstruction(Load); in MaterializeAdjustedValue()2548 if (MD) MD->removeInstruction(I); in processBlock()2552 ICF->removeInstruction(I); in processBlock()2786 MD->removeInstruction(CurInst); in performScalarPRE()2792 ICF->removeInstruction(CurInst); in performScalarPRE()
335 MD->removeInstruction(I); in eraseInstruction()1026 MD->removeInstruction(C); in performCallSlotOptzn()1565 MD->removeInstruction(M); in processMemMove()
1022 MD->removeInstruction(I); in rauw()1142 MD->removeInstruction(Repl); in hoist()
1526 SafetyInfo.removeInstruction(&I); in eraseInstruction()1534 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1939 SafetyInfo.removeInstruction(I); in instructionDeleted()
150 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()