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

References

lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1703   PromotableAllocas.reserve(Live.size());
 1713     PromotableAllocas.push_back(Alloca);
 1864   assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues &&
 1866   if (!PromotableAllocas.empty()) {
 1868     PromoteMemToReg(PromotableAllocas, DT);