Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DGVN.cpp134 void verifyRemoved(const Value *) const;
492 void ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in ValueTable
709 void verifyRemoved(const Instruction *I) const;
2403 DEBUG(verifyRemoved(*I)); in processBlock()
2539 DEBUG(verifyRemoved(PREInstr)); in performPRE()
2586 DEBUG(verifyRemoved(CurInst)); in performPRE()
2658 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2659 VN.verifyRemoved(Inst); in verifyRemoved()
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h439 void verifyRemoved(Instruction *Inst) const;
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1480 DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1484 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceAnalysis