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