Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp109 void InstructionPrecedenceTracking::removeInstruction(const Instruction *Inst) { in removeInstruction() function in InstructionPrecedenceTracking
117 removeInstruction(UI); in removeUsersOf()
H A DMustExecute.cpp101 void ICFLoopSafetyInfo::removeInstruction(const Instruction *Inst) { in removeInstruction() function in ICFLoopSafetyInfo
102 ICF.removeInstruction(Inst); in removeInstruction()
103 MW.removeInstruction(Inst); in removeInstruction()
H A DMemoryDependenceAnalysis.cpp1515 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
/netbsd-src/external/apache2/llvm/dist/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.h424 void removeInstruction(Instruction *InstToRemove);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp907 gvn.getMemDep().removeInstruction(Load); in MaterializeAdjustedValue()
2548 if (MD) MD->removeInstruction(I); in processBlock()
2552 ICF->removeInstruction(I); in processBlock()
2786 MD->removeInstruction(CurInst); in performScalarPRE()
2792 ICF->removeInstruction(CurInst); in performScalarPRE()
H A DMemCpyOptimizer.cpp335 MD->removeInstruction(I); in eraseInstruction()
1026 MD->removeInstruction(C); in performCallSlotOptzn()
1565 MD->removeInstruction(M); in processMemMove()
H A DGVNHoist.cpp1022 MD->removeInstruction(I); in rauw()
1142 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1526 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1534 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1939 SafetyInfo.removeInstruction(I); in instructionDeleted()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp150 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()