reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/SROA.cpp
 4094   PromotableAllocas.erase(
 4096           PromotableAllocas,
 4098       PromotableAllocas.end());
 4223       PromotableAllocas.push_back(NewAI);
 4546   if (PromotableAllocas.empty())
 4549   NumPromoted += PromotableAllocas.size();
 4552   PromoteMemToReg(PromotableAllocas, *DT, AC);
 4553   PromotableAllocas.clear();
 4587         PromotableAllocas.erase(llvm::remove_if(PromotableAllocas, IsInSet),
 4587         PromotableAllocas.erase(llvm::remove_if(PromotableAllocas, IsInSet),
 4588                                 PromotableAllocas.end());