Searched refs:ThisIndex (Results 1 – 2 of 2) sorted by relevance
696 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local699 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals()700 Starts[Slot] = ThisIndex; in calculateLiveIntervals()702 if (!Finishes[Slot].isValid() || Finishes[Slot] < ThisIndex) in calculateLiveIntervals()703 Finishes[Slot] = ThisIndex; in calculateLiveIntervals()
839 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local846 LiveStarts[Slot].push_back(ThisIndex); in calculateLiveIntervals()850 Starts[Slot] = ThisIndex; in calculateLiveIntervals()855 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI)); in calculateLiveIntervals()