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()
251 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
81 void removeInstruction(const Instruction *Inst);
169 void removeInstruction(const Instruction *Inst);
419 void removeInstruction(Instruction *InstToRemove);
199 void removeInstruction(Instruction *I);
1535 removeInstruction(OldLoad); in eliminatePartiallyRedundantLoad()2848 removeInstruction(PN); in processBlock()2875 removeInstruction(I); in processBlock()3094 removeInstruction(CurInst); in performScalarPRE()3189 void GVNPass::removeInstruction(Instruction *I) { in removeInstruction() function in GVNPass3190 if (MD) MD->removeInstruction(I); in removeInstruction()3196 ICF->removeInstruction(I); in removeInstruction()
991 MD->removeInstruction(I); in rauw()1111 MD->removeInstruction(Repl); in hoist()
1506 SafetyInfo.removeInstruction(&I); in eraseInstruction()1514 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1917 SafetyInfo.removeInstruction(I); in instructionDeleted()
1746 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
373 void removeInstruction(Instruction *I);
157 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()