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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp1307 std::vector<AllocaInst *> PromotableAllocas; member in class:__anon10434::SROA
3055 PromotableAllocas.push_back(NewAI);
3098 PromotableAllocas.push_back(&AI);
3177 /// the PromotableAllocas list. If that list is empty, there is nothing to do.
3183 if (PromotableAllocas.empty())
3186 NumPromoted += PromotableAllocas.size();
3190 PromoteMemToReg(PromotableAllocas, *DT);
3191 PromotableAllocas.clear();
3200 for (unsigned Idx = 0, Size = PromotableAllocas.size(); Idx != Size; ++Idx) {
3201 AllocaInst *AI = PromotableAllocas[Id
[all...]

Completed in 121 milliseconds