pub fn optimize(func: &mut MirFunction, opt_level: OptLevel)Expand description
Run the optimization pipeline on a MIR function at the given optimization level.
pub fn optimize(func: &mut MirFunction, opt_level: OptLevel)Run the optimization pipeline on a MIR function at the given optimization level.