Lines Matching refs:LIS
180 LIS = lis; in init()
221 LIS->getInstructionIndex(CurrPos).getRegSlot(); in closeTop()
240 static_cast<IntervalPressure&>(P).BottomIdx = LIS->getMBBEndIdx(MBB); in closeBottom()
243 LIS->getInstructionIndex(CurrPos).getRegSlot(); in closeBottom()
446 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); in recede()
492 const LiveInterval *LI = &LIS->getInterval(Reg); in recede()
515 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); in advance()
543 const LiveInterval *LI = &LIS->getInterval(Reg); in advance()
733 const LiveIntervals *LIS) { in findUseBetween() argument
738 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot(); in findUseBetween()
761 SlotIndex SlotIdx = LIS->getInstructionIndex(MI).getRegSlot(); in bumpDownwardPressure()
764 const LiveInterval *LI = &LIS->getInterval(Reg); in bumpDownwardPressure()
767 SlotIndex CurrIdx = LIS->getInstructionIndex(CurrPos).getRegSlot(); in bumpDownwardPressure()
769 && !findUseBetween(Reg, CurrIdx, SlotIdx, MRI, LIS)) { in bumpDownwardPressure()