Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp95 unsigned Group2 = GetGroup(Reg2); in UnionGroups() local
98 unsigned Parent = (Group1 == 0) ? Group1 : Group2; in UnionGroups()
99 unsigned Other = (Parent == Group1) ? Group2 : Group1; in UnionGroups()