pub fn remove_dead_var_assignments(project: &mut Project)
Expand description
Remove all dead assignments from all basic blocks in the given project
.
pub fn remove_dead_var_assignments(project: &mut Project)
Remove all dead assignments from all basic blocks in the given project
.