pub(crate) fn optimized_mir<'tcx>(
    tcx: TyCtxt<'tcx>,
    did: DefId
) -> &'tcx Body<'tcx>
Expand description

Optimize the MIR and prepare it for codegen.