Home
last modified time | relevance | path

Searched refs:UnitRange (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp180 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local
181 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
H A DVirtRegMap.cpp588 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in subRegLiveThrough() local
599 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()