rustc_mir_transform::sroa - Rust (original) (raw)

rustc_mir_transform

Module sroa

Source

Structs§

ReplacementMap 🔒

ReplacementVisitor 🔒

ScalarReplacementOfAggregates 🔒

Functions§

compute_flattening 🔒

Compute the replacement of flattened places into locals.

escaping_locals 🔒

Identify all locals that are not eligible for SROA.

replace_flattened_locals 🔒

Perform the replacement computed by compute_flattening.