rust/compiler/rustc_mir_dataflow/src
Matthias Krüger 796c466cea
Rollup merge of #97832 - tmiasko:const-direction, r=cjgillot
Change `Direction::{is_forward,is_backward}` functions into constants

Make it explicit that the analysis direction is constant.

This also makes the value immediately available for optimizations.
Previously those functions were neither inline nor generic and so their
definition was unavailable when using data flow framework from other
crates.
2022-06-07 23:55:27 +02:00
..
framework Change Direction::{is_forward,is_backward} functions into constants 2022-06-07 17:02:55 +02:00
impls Remove AlwaysLiveLocals wrapper struct 2022-06-07 16:54:00 +02:00
move_paths Refactor call terminator to always hold a destination place 2022-05-23 17:49:04 -04:00
drop_flag_effects.rs Adopt let else in more places 2022-02-19 17:27:43 +01:00
elaborate_drops.rs Refactor call terminator to always hold a destination place 2022-05-23 17:49:04 -04:00
lib.rs Remove box syntax from rustc_mir_dataflow and rustc_mir_transform 2022-05-22 17:19:44 +02:00
rustc_peek.rs Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwco 2022-05-17 09:39:26 +00:00
storage.rs Remove AlwaysLiveLocals wrapper struct 2022-06-07 16:54:00 +02:00