Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegMatrix.cpp172 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local
173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
DVirtRegMap.cpp476 const LiveRange &UnitRange = LIS->getRegUnit(*Unit); in subRegLiveThrough() local
487 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()