Lines Matching refs:lis
199 return &LIS->getInterval(Reg);
200 return LIS->getCachedRegUnit(Reg);
208 const LiveIntervals *lis,
221 assert(lis && "IntervalPressure requires LiveIntervals");
222 LIS = lis;
266 return LIS->getMBBEndIdx(MBB);
267 return LIS->getInstructionIndex(IdxPos).getRegSlot();
457 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
729 const LiveIntervals *LIS) {
736 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
760 SlotIdx = LIS->getInstructionIndex(MI).getRegSlot();
770 && !findUseBetween(Reg, CurrIdx, SlotIdx, MRI, LIS)) {