Lines Matching defs:LIS
45 LiveIntervals *LIS;
179 LIS->removeInterval(RegToUpdate);
180 LIS->createAndComputeVirtRegInterval(RegToUpdate);
194 if (SlotIndex::isEarlierInstr(LIS->getInstructionIndex(*Def1),
195 LIS->getInstructionIndex(*Def0)))
198 LIS->RemoveMachineInstrFromMaps(*Def0);
199 LIS->RemoveMachineInstrFromMaps(*Def1);
206 LIS->InsertMachineInstrInMaps(*NewI);
207 LIS->removeInterval(Reg);
208 LIS->createAndComputeVirtRegInterval(Reg);
222 LIS = &getAnalysis<LiveIntervalsWrapperPass>().getLIS();
229 if (!LIS->hasInterval(Reg))