Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp908 SmallPtrSet<const AllocaInst*, 32> MergedAllocas; in remapInstructions() local
930 MergedAllocas.insert(From); in remapInstructions()
931 MergedAllocas.insert(To); in remapInstructions()
1046 if (AI && MergedAllocas.count(AI)) { in remapInstructions()