pub fn dominators<G>(graph: &G, root: G::Node) -> Option<Dominators<G::Node>>where G: IndexGraphView,