Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp165 const LiveRange &UnitRange = LIS->getRegUnit(Unit); in checkRegUnitInterference() local
166 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
/external/swiftshader/third_party/llvm-7.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.cpp478 const LiveRange &UnitRange = LIS->getRegUnit(*Unit); in subRegLiveThrough() local
489 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()