Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCRegisterInfo.cpp129 MCRegUnitIterator RUB(RegB, this); in regsOverlap() local
131 if (*RUA == *RUB) in regsOverlap()
133 } while (*RUA < *RUB ? (++RUA).isValid() : (++RUB).isValid()); in regsOverlap()