Searched refs:removeInstruction (Results 1 – 14 of 14) sorted by relevance
115 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking125 removeInstruction(UI); in removeUsersOf()
99 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo100 ICF.removeInstruction(Inst); in removeInstruction()101 MW.removeInstruction(Inst); in removeInstruction()
1541 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults1542 EII.removeInstruction(RemInst); in removeInstruction()
244 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
81 void removeInstruction(const Instruction *Inst);
419 void removeInstruction(Instruction *InstToRemove);
169 void removeInstruction(const Instruction *Inst);
198 void removeInstruction(Instruction *I);
1470 removeInstruction(OldLoad); in eliminatePartiallyRedundantLoad()2776 removeInstruction(PN); in processBlock()2803 removeInstruction(I); in processBlock()3022 removeInstruction(CurInst); in performScalarPRE()3118 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass3119 if (MD) MD->removeInstruction(I); in removeInstruction()3125 ICF->removeInstruction(I); in removeInstruction()
995 MD->removeInstruction(I); in rauw()1115 MD->removeInstruction(Repl); in hoist()
1491 SafetyInfo.removeInstruction(&I); in eraseInstruction()1499 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1902 SafetyInfo.removeInstruction(I); in instructionDeleted()
1749 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
364 void removeInstruction(Instruction *I);
157 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()