pub(crate) fn optimized_mir<'tcx>( tcx: TyCtxt<'tcx>, did: DefId) -> &'tcx Body<'tcx>
Optimize the MIR and prepare it for codegen.