Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h209 void verifyRemoved(const Value *) const;
354 void verifyRemoved(const Instruction *I) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp628 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable
2551 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2746 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2789 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2891 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2892 VN.verifyRemoved(Inst); in verifyRemoved()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h512 void verifyRemoved(Instruction *Inst) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1681 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1688 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults