Home | History | Annotate | Download | only in CodeGen

Lines Matching full:startindex

871     SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
872 SlotIndex PrevIndex = StartIndex.getPrevSlot();
892 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
911 LI.addSegment(LiveInterval::Segment(StartIndex, EndIndex, VNI));
913 LI.removeSegment(StartIndex, EndIndex);