IDominance<'V, 'E> Type
Represents an interface for computing dominance relationships of nodes in digraphs.
Instance members
| Instance member |
Description
|
Full Usage:
this.DominanceFrontier
Parameters:
IVertex<'V>
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract |
Gets the dominance frontier of the given vertex.
|
|
Gets the dominator tree.
|
Full Usage:
this.Dominators
Parameters:
IVertex<'V>
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract |
|
|
|
|
|
Full Usage:
this.PostDominanceFrontier
Parameters:
IVertex<'V>
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract |
Gets the post-dominance frontier of the given vertex.
|
|
Gets the post-dominator tree.
|
Full Usage:
this.PostDominators
Parameters:
IVertex<'V>
Returns: IEnumerable<IVertex<'V>>
Modifiers: abstract |
B2R2