Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp135 TopIdx = BottomIdx = SlotIndex(); in reset()
152 if (TopIdx <= NextTop) in openTop()
154 TopIdx = SlotIndex(); in openTop()
254 return static_cast<IntervalPressure&>(P).TopIdx.isValid(); in isTopClosed()
280 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot(); in closeTop()
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h60 SlotIndex TopIdx; member