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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegisterPressure.cpp 178 TopIdx = BottomIdx = SlotIndex();
211 if (BottomIdx > PrevBottom)
213 BottomIdx = SlotIndex();
305 return static_cast<IntervalPressure&>(P).BottomIdx.isValid();
333 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
RegisterPressure.h 60 /// TopIdx and BottomIdx. During pressure computation, the maximum pressure per
71 SlotIndex BottomIdx;
353 /// computes incrementally. During downward tracking, P.BottomIdx or P.BottomPos
357 /// traversing past TopIdx or BottomIdx reopens it.

Completed in 17 milliseconds