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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1448 DEBUG(verifyRemoved(RemInst));
1450 /// verifyRemoved - Verify that the specified instruction does not occur
1452 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceAnalysis
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp131 void verifyRemoved(const Value *) const;
487 /// verifyRemoved - Verify that the value is removed from all internal data
489 void ValueTable::verifyRemoved(const Value *V) const { function in class:ValueTable
613 void verifyRemoved(const Instruction *I) const;
2374 DEBUG(verifyRemoved(*I));
2507 DEBUG(verifyRemoved(PREInstr));
2554 DEBUG(verifyRemoved(CurInst));
2605 /// verifyRemoved - Verify that the specified instruction does not occur in our
2607 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2608 VN.verifyRemoved(Ins
[all...]

Completed in 109 milliseconds