transform_bottom_up

Function transform_bottom_up 

Source
pub fn transform_bottom_up(
    ir: &mut [HydroLeaf],
    transform_leaf: &mut impl FnMut(&mut HydroLeaf),
    transform_node: &mut impl FnMut(&mut HydroNode),
    check_well_formed: bool,
)