rust/compiler/rustc_mir_dataflow/src
Nicholas Nethercote 911edbfe42 Remove ValueAnalysis and ValueAnalysisWrapper.
They represent a lot of abstraction and indirection, but they're only
used for `ConstAnalysis`, and apparently won't be used for any other
analyses in the future. This commit inlines and removes them, which
makes `ConstAnalysis` easier to read and understand.
2024-10-31 12:46:26 +11:00
..
framework Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot 2024-10-30 22:22:05 +08:00
impls Add defaults for Analysis::apply_{call_return_effect,terminator_effect}. 2024-10-14 16:35:47 +11:00
move_paths Get rid of const eval_* and try_eval_* helpers 2024-10-19 18:07:35 +00:00
debuginfo.rs
drop_flag_effects.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
elaborate_drops.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
errors.rs
lib.rs Remove Engine. 2024-10-30 09:42:01 +11:00
points.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
rustc_peek.rs Remove Analysis::into_engine. 2024-10-30 09:41:46 +11:00
storage.rs
un_derefer.rs Avoid unnecessary exports. 2023-11-23 14:06:57 +11:00
value_analysis.rs Remove ValueAnalysis and ValueAnalysisWrapper. 2024-10-31 12:46:26 +11:00