rustc_data_structures::graph::dominators

Function dominators

Source
pub fn dominators<G: ControlFlowGraph>(g: &G) -> Dominators<G::Node>