Searched refs:PromotableAllocas (Results 1 – 3 of 3) sorted by relevance
94 std::vector<AllocaInst *> PromotableAllocas; variable
2005 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local2008 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()2018 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()2169 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()2172 if (!PromotableAllocas.empty()) { in relocationViaAlloca()2174 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
4231 llvm::erase_if(PromotableAllocas, [&](AllocaInst *AI) { in presplitLoadsAndStores()4368 PromotableAllocas.push_back(NewAI); in rewritePartition()4705 if (PromotableAllocas.empty()) in promoteAllocas()4708 NumPromoted += PromotableAllocas.size(); in promoteAllocas()4711 PromoteMemToReg(PromotableAllocas, *DT, AC); in promoteAllocas()4712 PromotableAllocas.clear(); in promoteAllocas()4729 PromotableAllocas.push_back(AI); in runImpl()4752 llvm::erase_if(PromotableAllocas, IsInSet); in runImpl()