Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp178 TopIdx = BottomIdx = SlotIndex(); in reset()
195 if (TopIdx <= NextTop) in openTop()
197 TopIdx = SlotIndex(); in openTop()
297 return static_cast<IntervalPressure&>(P).TopIdx.isValid(); in isTopClosed()
321 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot(); in closeTop()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h69 SlotIndex TopIdx; member