Searched refs:PromotableAllocas (Results 1 – 3 of 3) sorted by relevance
84 std::vector<AllocaInst *> PromotableAllocas; variable
3796 PromotableAllocas.erase( in presplitLoadsAndStores()3798 PromotableAllocas.begin(), PromotableAllocas.end(), in presplitLoadsAndStores()3800 PromotableAllocas.end()); in presplitLoadsAndStores()3928 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()[all …]
1726 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local1729 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()1737 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()1887 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()1889 if (!PromotableAllocas.empty()) { in relocationViaAlloca()1891 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()