rust/compiler/rustc_mir_dataflow/src/framework
Josh Triplett bad4f5c13f Eliminate unnecessary dependency from rustc_mir_dataflow to rustc_hir
`rustc_mir_dataflow` only uses `DefId`, which is a re-export from
`rustc_span`.
2025-08-20 15:04:00 -07: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 Eliminate unnecessary dependency from rustc_mir_dataflow to rustc_hir 2025-08-20 15:04:00 -07: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