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.cpp174 TopIdx = BottomIdx = SlotIndex(); in reset()
207 if (BottomIdx > PrevBottom) in openBottom()
209 BottomIdx = SlotIndex(); in openBottom()
301 return static_cast<IntervalPressure&>(P).BottomIdx.isValid(); in isBottomClosed()
329 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot(); in closeBottom()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h71 SlotIndex BottomIdx; member