Searched refs:removeInstruction (Results 1 – 13 of 13) 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()
1506 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
225 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
81 void removeInstruction(const Instruction *Inst);
169 void removeInstruction(const Instruction *Inst);
418 void removeInstruction(Instruction *InstToRemove);
198 void removeInstruction(Instruction *I);
1007 gvn.getMemDep().removeInstruction(CoercedLoad); in MaterializeAdjustedValue()2672 if (MD) MD->removeInstruction(I); in processBlock()2676 ICF->removeInstruction(I); in processBlock()2898 MD->removeInstruction(CurInst); in performScalarPRE()2904 ICF->removeInstruction(CurInst); in performScalarPRE()
1026 MD->removeInstruction(I); in rauw()1146 MD->removeInstruction(Repl); in hoist()
1478 SafetyInfo.removeInstruction(&I); in eraseInstruction()1486 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1884 SafetyInfo.removeInstruction(I); in instructionDeleted()
1713 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
156 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()