rustc_mir_transform::sroa - Rust (original) (raw)
Module sroa
Structs§
ScalarReplacementOfAggregates 🔒
Functions§
Compute the replacement of flattened places into locals.
Identify all locals that are not eligible for SROA.
Perform the replacement computed by compute_flattening
.