| Safe Haskell | Safe-Inferred |
|---|
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.
ddc-core-llvm-0.4.1.3: Disciplined Disciple Compiler LLVM code generator.
| Safe Haskell | Safe-Inferred |
|---|
DDC.Llvm.Analysis.Parents
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.