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

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp858 std::vector<AllocaInst *> PromotableAllocas; member in class:__anon21694::SROA
3084 PromotableAllocas.push_back(NewAI);
3378 /// the PromotableAllocas list. If that list is empty, there is nothing to do.
3384 if (PromotableAllocas.empty())
3387 NumPromoted += PromotableAllocas.size();
3391 PromoteMemToReg(PromotableAllocas, *DT, DL);
3392 PromotableAllocas.clear();
3406 for (unsigned Idx = 0, Size = PromotableAllocas.size(); Idx != Size; ++Idx) {
3407 AllocaInst *AI = PromotableAllocas[Idx];
3455 PromotableAllocas
[all...]

Completed in 146 milliseconds