rustc_data_structures::graph::dominators

Function dominators_impl

source
fn dominators_impl<G: ControlFlowGraph>(graph: &G) -> Inner<G::Node>