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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp172 const LiveRange &UnitRange = LIS->getRegUnit(Unit);
173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes());
H A DVirtRegMap.cpp476 const LiveRange &UnitRange = LIS->getRegUnit(*Unit); local
487 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses))

Completed in 54 milliseconds