Searched defs:Group1 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp86 unsigned Group1 = GetGroup(Reg1); local
90 unsigned Parent = (Group1 == 0) ? Group1 : Group2;
91 unsigned Other = (Parent == Group1) ? Group2 : Group1;

Completed in 225 milliseconds