Home
last modified time | relevance | path

Searched refs:ThisIndex (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DStackColoring.cpp397 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local
400 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()