Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp94 unsigned Group1 = GetGroup(Reg1); in UnionGroups() local
98 unsigned Parent = (Group1 == 0) ? Group1 : Group2; in UnionGroups()
99 unsigned Other = (Parent == Group1) ? Group2 : Group1; in UnionGroups()