Function rustc_mir_transform::unreachable_prop::remove_successors[][src]

fn remove_successors<F, 'tcx>(
    terminator_kind: &TerminatorKind<'tcx>,
    predicate: F
) -> Option<TerminatorKind<'tcx>> where
    F: Fn(BasicBlock) -> bool