Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:VNI

873           VNInfo *VNI = LI.getVNInfoAt(PrevIndex);
874 assert(VNI && "PHI sources should be live out of their predecessors.");
875 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
892 VNInfo *VNI = LI.getVNInfoAt(PrevIndex);
893 assert(VNI && "LiveInterval should have VNInfo where it is live.");
894 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));