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

/external/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h50 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
61 SlotIndex BottomIdx; member in struct:llvm::IntervalPressure
130 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos
134 /// traversing past TopIdx or BottomIdx reopens it.
/external/llvm/lib/CodeGen/
H A DRegisterPressure.cpp116 TopIdx = BottomIdx = SlotIndex();
149 if (BottomIdx > PrevBottom)
151 BottomIdx = SlotIndex();
212 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
240 static_cast<IntervalPressure&>(P).BottomIdx = LIS->getMBBEndIdx(MBB);
242 static_cast<IntervalPressure&>(P).BottomIdx =

Completed in 42 milliseconds