pub fn recursive_scc_ids(items: &[TopLevel]) -> HashMap<String, usize>
Deterministic recursive SCC id per function (1-based). Non-recursive functions are absent from the returned map.