Searched refs:PromotableAllocas (Results 1 – 3 of 3) sorted by relevance
127 std::vector<AllocaInst *> PromotableAllocas; global() variable
2026 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local2029 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca()2039 PromotableAllocas.push_back(Alloca); in relocationViaAlloca()2195 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca()2198 if (!PromotableAllocas.empty()) { in relocationViaAlloca()2200 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
201 std::vector<AllocaInst *> PromotableAllocas; member in __anondf5662880111::SROA4772 llvm::erase_if(PromotableAllocas, [&](AllocaInst *AI) { in presplitLoadsAndStores()4936 PromotableAllocas.push_back(NewAI); in rewritePartition()5555 if (PromotableAllocas.empty()) in promoteAllocas()5558 NumPromoted += PromotableAllocas.size(); in promoteAllocas()5564 PromoteMemToReg(PromotableAllocas, DTU->getDomTree(), AC); in promoteAllocas()5567 PromotableAllocas.clear(); in promoteAllocas()5581 PromotableAllocas.push_back(AI); in runSROA()5608 llvm::erase_if(PromotableAllocas, IsInSet); in runSROA()