Searched refs:PromotableAllocas (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 84 std::vector<AllocaInst *> PromotableAllocas; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 96 std::vector<AllocaInst *> PromotableAllocas; variable
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3789 PromotableAllocas.erase( in presplitLoadsAndStores() 3791 PromotableAllocas.begin(), PromotableAllocas.end(), in presplitLoadsAndStores() 3793 PromotableAllocas.end()); in presplitLoadsAndStores() 3921 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 …]
|
D | RewriteStatepointsForGC.cpp | 1563 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local 1566 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca() 1574 PromotableAllocas.push_back(Alloca); in relocationViaAlloca() 1723 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca() 1725 if (!PromotableAllocas.empty()) { in relocationViaAlloca() 1727 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 3998 PromotableAllocas.erase( in presplitLoadsAndStores() 4000 PromotableAllocas, in presplitLoadsAndStores() 4002 PromotableAllocas.end()); in presplitLoadsAndStores() 4128 PromotableAllocas.push_back(NewAI); in rewritePartition() 4451 if (PromotableAllocas.empty()) in promoteAllocas() 4454 NumPromoted += PromotableAllocas.size(); in promoteAllocas() 4457 PromoteMemToReg(PromotableAllocas, *DT, AC); in promoteAllocas() 4458 PromotableAllocas.clear(); in promoteAllocas() 4492 PromotableAllocas.erase(llvm::remove_if(PromotableAllocas, IsInSet), in runImpl() 4493 PromotableAllocas.end()); in runImpl()
|
D | RewriteStatepointsForGC.cpp | 1707 SmallVector<AllocaInst *, 200> PromotableAllocas; in relocationViaAlloca() local 1710 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca() 1720 PromotableAllocas.push_back(Alloca); in relocationViaAlloca() 1869 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca() 1871 if (!PromotableAllocas.empty()) { in relocationViaAlloca() 1873 PromoteMemToReg(PromotableAllocas, DT); in relocationViaAlloca()
|