rustc_mir_transform::nrvo - Rust (original) (raw)
Module nrvo
Expand description
See the docs for RenameReturnPlace.
Structs§
This pass looks for MIR that always copies the same local into the return place and eliminates the copy by renaming all uses of that local to _0
.
Functions§
as_local_assigned_to_return_place 🔒
find_local_assigned_to_return_place 🔒
MIR that is eligible for the NRVO must fulfill two conditions: