Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:StartIndex

844     SlotIndex StartIndex = Indexes->getMBBEndIdx(this);
845 SlotIndex PrevIndex = StartIndex.getPrevSlot();
864 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
883 LI.addRange(LiveRange(StartIndex, EndIndex, VNI));
885 LI.removeRange(StartIndex, EndIndex);