pub fn print_after_hir_lowering<'tcx>(
    tcx: TyCtxt<'tcx>,
    input: &Input,
    krate: &Crate,
    ppm: PpMode,
    ofile: Option<&Path>
)