Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp135 TopIdx = BottomIdx = SlotIndex(); in reset()
168 if (BottomIdx > PrevBottom) in openBottom()
170 BottomIdx = SlotIndex(); in openBottom()
262 return static_cast<IntervalPressure&>(P).BottomIdx.isValid(); in isBottomClosed()
292 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot(); in closeBottom()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h61 SlotIndex BottomIdx; member