Searched refs:UnitRange (Results 1 – 2 of 2) sorted by relevance
180 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local181 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
588 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in subRegLiveThrough() local599 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()