pub fn classify_mir_program_coverage(mir: &MirProgram) -> MirVmCoverageExpand description
Convenience: walk a MirProgram and report which fns the
Phase 4 subset can handle vs which still need HIR fallback.
Useful for parity tests + Phase 4 coverage tracking.