|
|
Vertex ID -> Vertex ID Set of children in the dominator tree.
-
Field type:
Dictionary<VertexID, HashSet<VertexID>>
|
|
|
Dominance frontier provider.
-
Field type:
IDominanceFrontierProvider<'V, 'E>
|
|
|
Vertex ID -> Depth of the vertex in the dominance tree.
-
Field type:
Dictionary<VertexID, int>
|
|
|
-
Field type:
VertexID
|
|
|
Vertex ID -> Vertex ID of an immediate dominator.
-
Field type:
Dictionary<VertexID, VertexID>
|
|
|
Vertex ID of reachable vertices.
-
Field type:
HashSet<VertexID>
|
|
|
Static dominance algorithm.
-
Field type:
StaticAlgo
|