Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp104 TopIdx = BottomIdx = SlotIndex(); in reset()
121 if (TopIdx <= NextTop) in openTop()
123 TopIdx = SlotIndex(); in openTop()
213 return static_cast<IntervalPressure&>(P).TopIdx.isValid(); in isTopClosed()
239 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot(); in closeTop()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h67 SlotIndex TopIdx; member