pub trait Optimizer {
    fn step(&mut self, m: &Module);
fn step2(&mut self, m: &Func); }

Required methods

Implementors