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

  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 224 SlotIndex getCurrSlot() const;
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 248 SlotIndex RegPressureTracker::getCurrSlot() const {
260 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
278 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
477 SlotIdx = getCurrSlot();
715 SlotIndex CurrIdx = getCurrSlot();

Completed in 60 milliseconds