Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp502 const LiveRange &UnitRange = LIS->getRegUnit(*Unit); in subRegLiveThrough() local
513 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()