HomeSort by relevance Sort by last modified time
    Searched refs:BottomIdx (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 104 TopIdx = BottomIdx = SlotIndex();
137 if (BottomIdx > PrevBottom)
139 BottomIdx = SlotIndex();
221 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
257 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 57 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
68 SlotIndex BottomIdx;
245 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos
249 /// traversing past TopIdx or BottomIdx reopens it.

Completed in 3411 milliseconds