Home
last modified time | relevance | path

Searched refs:PromotableAllocas (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h127 std::vector<AllocaInst *> PromotableAllocas; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2026 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local
2029 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()
H A DSROA.cpp201 std::vector<AllocaInst *> PromotableAllocas; member in __anondf5662880111::SROA
4772 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()