Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVN.h211 void verifyRemoved(const Value *) const;
356 void verifyRemoved(const Instruction *I) const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h499 void verifyRemoved(Instruction *Inst) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DGVN.cpp627 void GVN::ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in GVN::ValueTable
2550 LLVM_DEBUG(verifyRemoved(I)); in processBlock()
2745 LLVM_DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2788 LLVM_DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2890 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2891 VN.verifyRemoved(Inst); in verifyRemoved()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1680 LLVM_DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1687 void MemoryDependenceResults::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceResults