Module rustc_mir_transform::sroa
source · Structs
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
.
compute_flattening
.