rustc_data_structures::graph::dominators

Function dominators

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