Skip to main content

should_run_pass

Function should_run_pass 

Source
pub(crate) fn should_run_pass<'tcx, P>(pass: &P, ctx: &PassCtx<'_>) -> bool
where P: MirPass<'tcx> + ?Sized,