Searched refs:LIs (Results 1 – 1 of 1) sorted by relevance
164 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local187 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() local263 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() argument322 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[all …]