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

/external/swiftshader/third_party/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;
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp85 unsigned Group1 = GetGroup(Reg1); local
89 unsigned Parent = (Group1 == 0) ? Group1 : Group2;
90 unsigned Other = (Parent == Group1) ? Group2 : Group1;

Completed in 72 milliseconds