Searched refs:UnitRange (Results 1 – 3 of 3) sorted by relevance
165 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
172 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
478 const LiveRange &UnitRange = LIS->getRegUnit(*Unit); in subRegLiveThrough() local489 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()