Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp924 SmallPtrSet<const AllocaInst*, 32> MergedAllocas; in remapInstructions() local
951 MergedAllocas.insert(From); in remapInstructions()
952 MergedAllocas.insert(To); in remapInstructions()
1077 if (AI && MergedAllocas.count(AI)) { in remapInstructions()