HomeSort by: relevance | last modified time | path
    Searched refs:TopIdx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 178 TopIdx = BottomIdx = SlotIndex();
195 if (TopIdx <= NextTop)
197 TopIdx = SlotIndex();
297 return static_cast<IntervalPressure&>(P).TopIdx.isValid();
321 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 60 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
70 SlotIndex TopIdx;
355 /// explicitly called. Similarly, P.TopIdx is invalid during upward
357 /// traversing past TopIdx or BottomIdx reopens it.

Completed in 64 milliseconds