rust/compiler/rustc_mir_dataflow/src/framework
Tomasz Miąsko 5b6d661039 Remove support for SwitchInt edge effects in backward dataflow analyses
Those effects are untested and unused. Remove them along with
the implementation of `BasicBlocks::switch_sources`.
2025-07-11 10:56:50 +02:00
..
cursor.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
direction.rs Remove support for SwitchInt edge effects in backward dataflow analyses 2025-07-11 10:56:50 +02:00
fmt.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
graphviz.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
lattice.rs rename BitSet to DenseBitSet 2025-01-11 11:34:01 +00:00
mod.rs Apply effects to otherwise edge in dataflow analysis 2025-07-08 18:15:05 -05:00
results.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00
tests.rs mir: Use the new method for BasicBlockData 2025-06-29 20:39:13 +08:00
visitor.rs Separate Analysis and Results. 2025-04-24 11:36:07 +10:00