Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDRegisterPressure.cpp103 TopIdx = BottomIdx = SlotIndex(); in reset()
120 if (TopIdx <= NextTop) in openTop()
122 TopIdx = SlotIndex(); in openTop()
212 return static_cast<IntervalPressure&>(P).TopIdx.isValid(); in isTopClosed()
238 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot(); in closeTop()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDRegisterPressure.h67 SlotIndex TopIdx; member