Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DSROA.h84 std::vector<AllocaInst *> PromotableAllocas; variable
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp3796 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 …]
DRewriteStatepointsForGC.cpp1726 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local
1729 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()