Searched defs:PromotableAllocas (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
H A DSROA.h84 std::vector<AllocaInst *> PromotableAllocas; member in class:llvm::SROA
/external/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1726 SmallVector<AllocaInst *, 200> PromotableAllocas; local
1729 PromotableAllocas.reserve(Live.size());
1732 // "PromotableAllocas"
1737 PromotableAllocas.push_back(Alloca);
1887 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues &&
1889 if (!PromotableAllocas.empty()) {
1891 PromoteMemToReg(PromotableAllocas, DT);

Completed in 57 milliseconds