Home | History | Annotate | Download | only in Scalar

Lines Matching refs:verifyRemoved

141     void verifyRemoved(const Value *) const;
500 /// verifyRemoved - Verify that the value is removed from all internal data
502 void ValueTable::verifyRemoved(const Value *V) const {
729 void verifyRemoved(const Instruction *I) const;
2520 DEBUG(verifyRemoved(*I));
2667 DEBUG(verifyRemoved(PREInstr));
2702 DEBUG(verifyRemoved(CurInst));
2793 void GVN::verifyRemoved(const Instruction *Inst) const {
2794 VN.verifyRemoved(Inst);