rust/compiler/rustc_mir_dataflow/src/impls
Nicholas Nethercote 3b81d9d42d Remove SwitchIntTarget.
It's only passed to `Analysis::apply_switch_int_edge_effect`, and the
existing impls of that method only use the `value` field. So pass that
instead.
2025-02-17 09:51:37 +11:00
..
borrowed_locals.rs Implement MIR, CTFE, and codegen for unsafe binders 2025-01-31 17:19:53 +00:00
initialized.rs Remove SwitchIntTarget. 2025-02-17 09:51:37 +11:00
liveness.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
mod.rs Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk 2024-12-13 17:25:29 +01:00
storage_liveness.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00