rust/compiler/rustc_mir_dataflow/src/impls
Nicholas Nethercote 3d12160dfc Move always_storage_live_locals.
It's very closely related to `MaybeStorageLive` and `MaybeStorageDead`.
It's weird that it's currently in a different module.
2024-11-26 12:05:57 +11:00
..
borrowed_locals.rs Add defaults for Analysis::apply_{call_return_effect,terminator_effect}. 2024-10-14 16:35:47 +11:00
initialized.rs Merge AnalysisDomain into Analysis. 2024-10-14 16:35:47 +11:00
liveness.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00
mod.rs Move always_storage_live_locals. 2024-11-26 12:05:57 +11:00
storage_liveness.rs Move always_storage_live_locals. 2024-11-26 12:05:57 +11:00