Lines Matching refs:LIs
163 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local
186 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint()
187 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint()
244 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() local
262 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint()
268 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint()
319 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, in regJustKilledBefore() argument
321 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore()
322 SlotIndex SI = LIs.getInstructionIndex(MI); in regJustKilledBefore()
328 LiveIntervals &LIs = G.getMetadata().LIS; in apply() local
341 if(regJustKilledBefore(LIs, r, MI)) { in apply()