pub fn always_storage_live_locals(body: &Body<'_>) -> DenseBitSet<Local>
Expand description
The set of locals in a MIR body that do not have StorageLive
/StorageDead
annotations.
These locals have fixed storage for the duration of the body.
pub fn always_storage_live_locals(body: &Body<'_>) -> DenseBitSet<Local>
The set of locals in a MIR body that do not have StorageLive
/StorageDead
annotations.
These locals have fixed storage for the duration of the body.