Function rustc_data_structures::graph::dominators::compute_access_time
source ยท fn compute_access_time<N: Idx>(
start_node: N,
immediate_dominators: &IndexSlice<N, Option<N>>,
) -> IndexVec<N, Time>