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