Lines Matching defs:LIs
158 LiveIntervals &LIs = G.getMetadata().LIS;
181 const LiveInterval &ld = LIs.getInterval(Rd);
182 const LiveInterval &la = LIs.getInterval(Ra);
239 LiveIntervals &LIs = G.getMetadata().LIS;
257 const LiveInterval &ld = LIs.getInterval(Rd);
263 const LiveInterval &lr = LIs.getInterval(r);
314 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg,
316 const LiveInterval &LI = LIs.getInterval(reg);
317 SlotIndex SI = LIs.getInstructionIndex(MI);
323 LiveIntervals &LIs = G.getMetadata().LIS;
336 if(regJustKilledBefore(LIs, r, MI)) {