Searched refs:SVNI (Results 1 – 2 of 2) sorted by relevance
1126 VNInfo *SVNI = SR.getVNInfoAt(RegIndex); in eliminateUndefCopy() local1127 assert(SVNI != nullptr && SlotIndex::isSameInstr(SVNI->def, RegIndex)); in eliminateUndefCopy()1128 SR.removeValNo(SVNI); in eliminateUndefCopy()
1440 if (VNInfo *SVNI = S.getVNInfoAt(Pos)) in removeVRegDefAt() local1441 S.removeValNo(SVNI); in removeVRegDefAt()