Searched refs:ThisIndex (Results 1 – 1 of 1) sorted by relevance
397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local400 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals()401 Starts[Slot] = ThisIndex; in calculateLiveIntervals()403 if (!Finishes[Slot].isValid() || Finishes[Slot] < ThisIndex) in calculateLiveIntervals()404 Finishes[Slot] = ThisIndex; in calculateLiveIntervals()