Searched refs:MergedAllocas (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp908 SmallPtrSet<const AllocaInst*, 32> MergedAllocas; local
930 MergedAllocas.insert(From);
931 MergedAllocas.insert(To);
1056 if (AI && MergedAllocas.count(AI)) {

Completed in 116 milliseconds