Function spirt::passes::legalize::structurize_func_cfgs
source · pub fn structurize_func_cfgs(module: &mut Module)
Expand description
Apply the cfg::Structurizer
algorithm to all function definitions in module
.