Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DGVN.cpp139 void verifyRemoved(const Value *) const;
497 void ValueTable::verifyRemoved(const Value *V) const { in verifyRemoved() function in ValueTable
716 void verifyRemoved(const Instruction *I) const;
2434 DEBUG(verifyRemoved(*I)); in processBlock()
2576 DEBUG(verifyRemoved(PREInstr)); in performScalarPRE()
2621 DEBUG(verifyRemoved(CurInst)); in performScalarPRE()
2712 void GVN::verifyRemoved(const Instruction *Inst) const { in verifyRemoved() function in GVN
2713 VN.verifyRemoved(Inst); in verifyRemoved()
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h445 void verifyRemoved(Instruction *Inst) const;
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp1630 DEBUG(verifyRemoved(RemInst)); in removeInstruction()
1635 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { in verifyRemoved() function in MemoryDependenceAnalysis