Lines Matching defs:PromotableAllocas
201 std::vector<AllocaInst *> PromotableAllocas;
4772 llvm::erase_if(PromotableAllocas, [&](AllocaInst *AI) {
4936 PromotableAllocas.push_back(NewAI);
5552 /// the PromotableAllocas list. If that list is empty, there is nothing to do.
5555 if (PromotableAllocas.empty())
5558 NumPromoted += PromotableAllocas.size();
5564 PromoteMemToReg(PromotableAllocas, DTU->getDomTree(), AC);
5567 PromotableAllocas.clear();
5581 PromotableAllocas.push_back(AI);
5608 llvm::erase_if(PromotableAllocas, IsInSet);