pub fn propagate_input_expression(project: &mut Project)
Expand description
Replaces variables by expressions that can be propagated within functions.
This is performed by a fixpoint computation and might panic, if it does not stabilize.
pub fn propagate_input_expression(project: &mut Project)
Replaces variables by expressions that can be propagated within functions.
This is performed by a fixpoint computation and might panic, if it does not stabilize.