Searched defs:verifyRemoved (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1479 DEBUG(verifyRemoved(RemInst));
1481 /// verifyRemoved - Verify that the specified instruction does not occur
1483 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceAnalysis
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp133 void verifyRemoved(const Value *) const;
489 /// verifyRemoved - Verify that the value is removed from all internal data
491 void ValueTable::verifyRemoved(const Value *V) const { function in class:ValueTable
695 void verifyRemoved(const Instruction *I) const;
2360 DEBUG(verifyRemoved(*I));
2496 DEBUG(verifyRemoved(PREInstr));
2543 DEBUG(verifyRemoved(CurInst));
2613 /// verifyRemoved - Verify that the specified instruction does not occur in our
2615 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2616 VN.verifyRemoved(Ins
[all...]

Completed in 52 milliseconds