Home | History | Annotate | Download | only in Scalar

Lines Matching defs:verifyRemoved

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