Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h214 void verifyRemoved(const Value *) const;
358 void verifyRemoved(const Instruction *I) const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h506 void verifyRemoved(Instruction *Inst) const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGVN.cpp710 void GVNPass::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVNPass::ValueTable
2675 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2858 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2901 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
3003 void GVNPass::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVNPass
3004 VN.verifyRemoved(Inst); in verifyRemoved()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1669 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1676 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults