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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1542 SmallVector<AllocaInst*, 32> ElementAllocas; local
1544 ElementAllocas.reserve(ST->getNumContainedTypes());
1549 ElementAllocas.push_back(NA);
1554 ElementAllocas.reserve(AT->getNumElements());
1559 ElementAllocas.push_back(NA);
1566 RewriteForScalarRepl(AI, AI, 0, ElementAllocas);

Completed in 106 milliseconds