rust/compiler/rustc_mir_dataflow/src
Nicholas Nethercote 83f3d204cf Remove opt_clone_from_or_clone.
Switches to the idiom used elsewhere of calling `Analysis::bottom_value`
to initialize a `state` value outside a loop, and then using
`clone_from` to update it within the loop. This is simpler and has no
impact on performance.
2024-12-16 09:36:09 +11:00
..
framework Remove opt_clone_from_or_clone. 2024-12-16 09:36:09 +11:00
impls Factor out some shared code from Maybe{In,Unin}itializedPlaces. 2024-12-16 09:36:09 +11:00
move_paths Simplify rustc_mir_dataflow::abs_domain. 2024-12-11 10:45:47 +11:00
debuginfo.rs Preserve DebugInfo in DeadStoreElimination. 2023-10-06 15:46:11 +00:00
drop_flag_effects.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
elaborate_drops.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Simplify dataflow SwitchInt handling. 2024-12-16 09:36:07 +11:00
points.rs Rename some Analysis and ResultsVisitor methods. 2024-12-10 12:07:13 +11:00
rustc_peek.rs Refer to a couple of domains indirectly. 2024-12-10 12:02:50 +11:00
un_derefer.rs Avoid unnecessary exports. 2023-11-23 14:06:57 +11:00
value_analysis.rs Remove unused dataflow trait impls and bounds. 2024-12-10 11:52:30 +11:00