Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LIS

153     return &LIS->getInterval(Reg);
154 return LIS->getCachedRegUnit(Reg);
159 LIS = nullptr;
180 const LiveIntervals *lis,
195 assert(lis && "IntervalPressure requires LiveIntervals");
196 LIS = lis;
232 return LIS->getMBBEndIdx(MBB);
233 return LIS->getInstructionIndex(IdxPos).getRegSlot();
482 SlotIdx = LIS->getInstructionIndex(CurrPos).getRegSlot();
726 SlotIndex SlotIdx = LIS->getInstructionIndex(MI);
885 const LiveIntervals *LIS) {
892 SlotIndex InstSlot = LIS->getInstructionIndex(MI).getRegSlot();
916 LIS->getInstructionIndex(MI).getRegSlot();
927 if (LRQ.isKill() && !findUseBetween(Reg, CurrIdx, SlotIdx, MRI, LIS)) {