Home | History | Annotate | Download | only in Scalar

Lines Matching defs:verifyRemoved

131     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 {
613 void verifyRemoved(const Instruction *I) const;
2350 DEBUG(verifyRemoved(*I));
2486 DEBUG(verifyRemoved(PREInstr));
2533 DEBUG(verifyRemoved(CurInst));
2585 /// verifyRemoved - Verify that the specified instruction does not occur in our
2587 void GVN::verifyRemoved(const Instruction *Inst) const {
2588 VN.verifyRemoved(Inst);