Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h213 void verifyRemoved(const Value *) const;
358 void verifyRemoved(const Instruction *I) const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h500 void verifyRemoved(Instruction *Inst) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DGVN.cpp684 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable
2692 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2882 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2925 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
3027 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass
3028 VN.verifyRemoved(Inst); in verifyRemoved()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1670 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1677 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults