Lines Matching refs:SlotIndex
115 TopIdx = BottomIdx = SlotIndex(); in reset()
131 void IntervalPressure::openTop(SlotIndex NextTop) { in openTop()
134 TopIdx = SlotIndex(); in openTop()
147 void IntervalPressure::openBottom(SlotIndex PrevBottom) { in openBottom()
150 BottomIdx = SlotIndex(); in openBottom()
248 SlotIndex RegPressureTracker::getCurrSlot() const { in getCurrSlot()
402 SlotIndex SlotIdx = LIS.getInstructionIndex(&MI); in detectDeadDefs()
534 SlotIndex SlotIdx; in recede()
598 SlotIndex SlotIdx; in advance()
897 static bool findUseBetween(unsigned Reg, SlotIndex PriorUseIdx, in findUseBetween()
898 SlotIndex NextUseIdx, const MachineRegisterInfo &MRI, in findUseBetween()
901 SlotIndex InstSlot = LIS->getInstructionIndex(&MI).getRegSlot(); in findUseBetween()
923 SlotIndex SlotIdx; in bumpDownwardPressure()
931 SlotIndex CurrIdx = getCurrSlot(); in bumpDownwardPressure()