Home
last modified time | relevance | path

Searched refs:removeInstruction (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp115 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
125 removeInstruction(UI); in removeUsersOf()
H A DMustExecute.cpp99 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
100 ICF.removeInstruction(Inst); in removeInstruction()
101 MW.removeInstruction(Inst); in removeInstruction()
H A DMemoryDependenceAnalysis.cpp1506 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
H A DBasicAliasAnalysis.cpp225 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionPrecedenceTracking.h81 void removeInstruction(const Instruction *Inst);
H A DMustExecute.h169 void removeInstruction(const Instruction *Inst);
H A DMemoryDependenceAnalysis.h418 void removeInstruction(Instruction *InstToRemove);
H A DAliasAnalysis.h198 void removeInstruction(Instruction *I);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1007 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()
H A DGVNHoist.cpp1026 MD->removeInstruction(I); in rauw()
1146 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1478 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1486 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1884 SafetyInfo.removeInstruction(I); in instructionDeleted()
H A DDeadStoreElimination.cpp1713 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp156 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()