Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp696 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local
699 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp839 SlotIndex ThisIndex = Indexes->getInstructionIndex(MI); in calculateLiveIntervals() local
846 LiveStarts[Slot].push_back(ThisIndex); in calculateLiveIntervals()
850 Starts[Slot] = ThisIndex; in calculateLiveIntervals()
855 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI)); in calculateLiveIntervals()