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 104 TopIdx = BottomIdx = SlotIndex();
121 if (TopIdx <= NextTop)
123 TopIdx = SlotIndex();
213 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
239 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 57 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
67 SlotIndex TopIdx;
247 /// explicitly called. Similarly, P.TopIdx is invalid during upward
249 /// traversing past TopIdx or BottomIdx reopens it.

Completed in 152 milliseconds