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.cpp172 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local
173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
H A DVirtRegMap.cpp518 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in subRegLiveThrough() local
529 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()