Modules§
- dominators
- Finding the dominators in a control-flow graph.
- iterate
- linked_graph 
- See LinkedGraph.
- reference 🔒
- reversed
- scc
- Routine to compute the strongly connected components (SCCs) of a graph.
- vec_graph 
Traits§
- ControlFlow Graph 
- Alias for DirectedGraph+StartNode+Predecessors+Successors.
- DirectedGraph 
- NumEdges
- Predecessors
- StartNode 
- Successors
Functions§
- depth_first_ search 
- depth_first_ search_ as_ undirected 
- is_cyclic 
- Returns trueif the graph has a cycle that is reachable from the start node.