Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:StartIndex

855     SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
856 SlotIndex PrevIndex = StartIndex.getPrevSlot();
875 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
894 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
896 LI.removeSegment(StartIndex, EndIndex);