| ||||
| ||||
| Synopsis | ||||
| ||||
| Documentation | ||||
| dom :: Graph gr => gr a b -> Node -> [(Node, [Node])] | ||||
| return the set of dominators of the nodes of a graph, given a root | ||||
| iDom :: Graph gr => gr a b -> Node -> [(Node, Node)] | ||||
| return immediate dominators for each node of a graph, given a root | ||||
| Produced by Haddock version 2.7.2 |