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

/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp1484 DEBUG(verifyRemoved(RemInst));
1486 /// verifyRemoved - Verify that the specified instruction does not occur
1488 void MemoryDependenceAnalysis::verifyRemoved(Instruction *D) const { function in class:MemoryDependenceAnalysis
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp135 void verifyRemoved(const Value *) const;
491 /// verifyRemoved - Verify that the value is removed from all internal data
493 void ValueTable::verifyRemoved(const Value *V) const { function in class:ValueTable
710 void verifyRemoved(const Instruction *I) const;
2424 DEBUG(verifyRemoved(*I));
2557 DEBUG(verifyRemoved(PREInstr));
2604 DEBUG(verifyRemoved(CurInst));
2673 /// verifyRemoved - Verify that the specified instruction does not occur in our
2675 void GVN::verifyRemoved(const Instruction *Inst) const { function in class:GVN
2676 VN.verifyRemoved(Ins
[all...]

Completed in 2112 milliseconds