rust/compiler/rustc_mir_dataflow/src/framework
Tomasz Miąsko 357c3cf72c Fix handling of dead unwinds in backward analyses
Dead unwinds set contains a head of an unreachable unwind edge.
2023-01-02 22:24:01 +01:00
..
cursor.rs Change Direction::{is_forward,is_backward} functions into constants 2022-06-07 17:02:55 +02:00
direction.rs Fix handling of dead unwinds in backward analyses 2023-01-02 22:24:01 +01:00
engine.rs Create format_args as late as possible 2022-12-01 08:49:51 +00:00
fmt.rs Fix -Zdump-mir-dataflow by implementing DebugWithContext for ChunkedBitSet 2022-04-30 16:40:54 +02:00
graphviz.rs Add initial version of value analysis and dataflow constant propagation 2022-11-07 10:35:08 +01:00
lattice.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
mod.rs use type alias impl trait in outlives_bounds::InferCtxtExt 2022-08-22 18:10:28 +08:00
tests.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
visitor.rs Remove in_band_lifetimes from rustc_mir_dataflow 2021-12-16 14:29:43 -05:00