pub fn build_arena_index(functions: &[Function]) -> HashMap<(String, u32), bool>Expand description
Convenience map keyed by (fn_name, pc) for direct lookup during
the slice-2 codegen pass. Mirrors escape::build_escape_index
exactly so the codegen swap is structural.