Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h214 void verifyRemoved(const Value *) const;
365 void verifyRemoved(const Instruction *I) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h507 void verifyRemoved(Instruction *Inst) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp722 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable
2982 verifyRemoved(PREInstr); in performScalarPRE()
3123 verifyRemoved(I); in removeInstruction()
3131 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass
3132 VN.verifyRemoved(Inst); in verifyRemoved()
/freebsd-14.2/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