Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DThreadPool.cpp230 ThreadPoolTaskGroup Group2(Pool); in TEST_F() local
244 Group2.async([this, &checked_in2] { in TEST_F()
257 Group2.wait(); in TEST_F()
/llvm-project-15.0.7/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()