Function reduce

Source
fn reduce(
    isa: &dyn TargetIsa,
    func: Function,
    verbose: bool,
) -> Result<(Function, String)>