Class | Description |
---|---|
DominanceFrontiers<T> |
An object that computes the dominance frontiers of a graph
|
Dominators<T> |
Calculate dominators using Langauer and Tarjan's fastest algorithm.
|
GenericDominators<T> |
Calculate dominators using Langauer and Tarjan's fastest algorithm.
|
NumberedDominators<T> |
Calculate dominators using Langauer and Tarjan's fastest algorithm.
|