Searched refs:getCurrSlot (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp310 SlotIndex RegPressureTracker::getCurrSlot() const { function in class:RegPressureTracker
321 static_cast<IntervalPressure&>(P).TopIdx = getCurrSlot();
333 static_cast<IntervalPressure&>(P).BottomIdx = getCurrSlot();
903 SlotIdx = getCurrSlot();
951 SlotIndex SlotIdx = getCurrSlot();
1306 SlotIndex CurrIdx = getCurrSlot();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h549 SlotIndex getCurrSlot() const;

Completed in 177 milliseconds