Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp1541 void MemoryDependenceResults::removeInstruction(Instruction *RemInst) { in removeInstruction() function in MemoryDependenceResults
1542 EII.removeInstruction(RemInst); in removeInstruction()
H A DBasicAliasAnalysis.cpp251 void EarliestEscapeInfo::removeInstruction(Instruction *I) { in removeInstruction() function in EarliestEscapeInfo
/src/contrib/llvm-project/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.h419 void removeInstruction(Instruction *InstToRemove);
H A DAliasAnalysis.h199 void removeInstruction(Instruction *I);
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1535 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 GVNPass
3190 if (MD) MD->removeInstruction(I); in removeInstruction()
3196 ICF->removeInstruction(I); in removeInstruction()
H A DGVNHoist.cpp991 MD->removeInstruction(I); in rauw()
1111 MD->removeInstruction(Repl); in hoist()
H A DLICM.cpp1506 SafetyInfo.removeInstruction(&I); in eraseInstruction()
1514 SafetyInfo.removeInstruction(&I); in moveInstructionBefore()
1917 SafetyInfo.removeInstruction(I); in instructionDeleted()
H A DDeadStoreElimination.cpp1746 EI.removeInstruction(DeadInst); in deleteDeadInstruction()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h373 void removeInstruction(Instruction *I);
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp157 MemDep->removeInstruction(PN); // Memdep updates AA itself. in FoldSingleEntryPHINodes()