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()
98 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo99 ICF.removeInstruction(Inst); in removeInstruction()100 MW.removeInstruction(Inst); in removeInstruction()
1504 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
228 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
81 void removeInstruction(const Instruction *Inst);
169 void removeInstruction(const Instruction *Inst);
412 void removeInstruction(Instruction *InstToRemove);
426 void removeInstruction(Instruction *I);
992 gvn.getMemDep().removeInstruction(CoercedLoad); in MaterializeAdjustedValue()2689 if (MD) MD->removeInstruction(I); in processBlock()2693 ICF->removeInstruction(I); in processBlock()2922 MD->removeInstruction(CurInst); in performScalarPRE()2928 ICF->removeInstruction(CurInst); in performScalarPRE()
1026 MD->removeInstruction(I); in rauw()1146 MD->removeInstruction(Repl); in hoist()
1464 SafetyInfo.removeInstruction(&I); in eraseInstruction()1472 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()1865 SafetyInfo.removeInstruction(I); in instructionDeleted()
1629 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
155 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()