Home
last modified time | relevance | path

Searched refs:verifyRemoved (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h214 void verifyRemoved(const Value *) const;
289 void verifyRemoved(const Value *Inst) const;
374 void verifyRemoved(const Instruction *I) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp723 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable
778 void GVNPass::LeaderMap::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::LeaderMap
3054 verifyRemoved(PREInstr); in performScalarPRE()
3194 verifyRemoved(I); in removeInstruction()
3202 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass
3203 VN.verifyRemoved(Inst); in verifyRemoved()
3204 LeaderTable.verifyRemoved(Inst); in verifyRemoved()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h507 void verifyRemoved(Instruction *Inst) const;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1706 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1713 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults