Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp178 TopIdx = BottomIdx = SlotIndex(); in reset()
211 if (BottomIdx > PrevBottom) in openBottom()
213 BottomIdx = SlotIndex(); in openBottom()
305 return static_cast<IntervalPressure&>(P).BottomIdx.isValid(); in isBottomClosed()
333 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot(); in closeBottom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h70 SlotIndex BottomIdx; member