Lines Matching refs:PromotableAllocas
3789 PromotableAllocas.erase( in presplitLoadsAndStores()
3791 PromotableAllocas.begin(), PromotableAllocas.end(), in presplitLoadsAndStores()
3793 PromotableAllocas.end()); in presplitLoadsAndStores()
3921 PromotableAllocas.push_back(NewAI); in rewritePartition()
4185 if (PromotableAllocas.empty()) in promoteAllocas()
4188 NumPromoted += PromotableAllocas.size(); in promoteAllocas()
4191 PromoteMemToReg(PromotableAllocas, *DT, nullptr, AC); in promoteAllocas()
4192 PromotableAllocas.clear(); in promoteAllocas()
4226 PromotableAllocas.erase(std::remove_if(PromotableAllocas.begin(), in runImpl()
4227 PromotableAllocas.end(), in runImpl()
4229 PromotableAllocas.end()); in runImpl()