Skip to main content

Module storage_liveness

Module storage_liveness 

Source

Structs§

MaybeRequiresStorage
Dataflow analysis that determines whether each local requires storage at a given location; i.e. whether its storage can go away without being observed.
MaybeStorageDead
MaybeStorageLive

Functions§

always_storage_live_locals
The set of locals in a MIR body that do not have StorageLive/StorageDead annotations.

Type Aliases§

KillableLocals 🔒
For each location, records which locals can be killed by MaybeRequiresStorage.