Safe Haskell | None |
---|---|
Language | Haskell98 |
DDC.Llvm.Analysis.Parents
Documentation
The parents of a node are the other nodes that might branch to this one.
annotParentsOfGraph :: Graph a -> Graph (a, Parents) Source
Annotate a graph with the parents of each node.