Lines Matching defs:PromotableAllocas
204 PromotableAllocas;
4824 PromotableAllocas.set_subtract(ResplitPromotableAllocas);
4986 PromotableAllocas.insert(NewAI);
5694 /// the PromotableAllocas list. If that list is empty, there is nothing to do.
5697 if (PromotableAllocas.empty())
5704 NumPromoted += PromotableAllocas.size();
5705 PromoteMemToReg(PromotableAllocas.getArrayRef(), DTU->getDomTree(), AC);
5708 PromotableAllocas.clear();
5722 PromotableAllocas.insert(AI);
5748 PromotableAllocas.set_subtract(DeletedAllocas);