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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 103 TopIdx = BottomIdx = SlotIndex();
120 if (TopIdx <= NextTop)
122 TopIdx = SlotIndex();
212 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
238 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 42 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
52 SlotIndex TopIdx;
232 /// explicitly called. Similarly, P.TopIdx is invalid during upward
234 /// traversing past TopIdx or BottomIdx reopens it.

Completed in 1384 milliseconds