Lines Matching refs:LIs
164 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local
187 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint()
188 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint()
245 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() local
263 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint()
269 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint()
320 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, in regJustKilledBefore() argument
322 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore()
323 SlotIndex SI = LIs.getInstructionIndex(MI); in regJustKilledBefore()
329 LiveIntervals &LIs = G.getMetadata().LIS; in apply() local
342 if(regJustKilledBefore(LIs, r, MI)) { in apply()