Home | History | Annotate | Download | only in Scalar

Lines Matching refs:verifyRemoved

573 /// verifyRemoved - Verify that the value is removed from all internal data
575 void GVN::ValueTable::verifyRemoved(const Value *V) const {
2280 DEBUG(verifyRemoved(*I));
2425 DEBUG(verifyRemoved(PREInstr));
2460 DEBUG(verifyRemoved(CurInst));
2551 void GVN::verifyRemoved(const Instruction *Inst) const {
2552 VN.verifyRemoved(Inst);