Function rustc_mir_transform::pass_manager::run_passes_no_validate
source · pub fn run_passes_no_validate<'tcx>(
tcx: TyCtxt<'tcx>,
body: &mut Body<'tcx>,
passes: &[&dyn MirPass<'tcx>]
)
Expand description
Run the sequence of passes without validating the MIR after each pass. The MIR is still validated at the end.