Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1448 SmallVector<AllocaInst*, 32> ElementAllocas; in DoScalarReplacement() local
1450 ElementAllocas.reserve(ST->getNumContainedTypes()); in DoScalarReplacement()
1455 ElementAllocas.push_back(NA); in DoScalarReplacement()
1460 ElementAllocas.reserve(AT->getNumElements()); in DoScalarReplacement()
1465 ElementAllocas.push_back(NA); in DoScalarReplacement()
1472 RewriteForScalarRepl(AI, AI, 0, ElementAllocas); in DoScalarReplacement()