Home | History | Annotate | Download | only in Scalar

Lines Matching defs:verifyRemoved

135     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 {
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 {
2676 VN.verifyRemoved(Inst);