fn compute_access_time<N: Idx>( start_node: N, immediate_dominators: &IndexSlice<N, Option<N>>, ) -> IndexVec<N, Time>