Files
rust/compiler/rustc_middle/src/mir
Nicholas Nethercote e0b83c34c3 Remove Engine::new_gen_kill.
This is an alternative to `Engine::new_generic` for gen/kill analyses.
It's supposed to be an optimization, but it has negligible effect.
The commit merges `Engine::new_generic` into `Engine::new`.

This allows the removal of various other things: `GenKillSet`,
`gen_kill_statement_effects_in_block`, `is_cfg_cyclic`.
2024-10-14 16:35:28 +11:00
..
2024-10-12 13:13:50 +02:00
2024-10-14 16:35:28 +11:00
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00