StaticAlgo Type
Static dominator algorithm used for sub dominator tree construction.
Union cases
| Union case |
Description
|
Full Usage:
Cooper
|
Cooper's algorithm. |
Full Usage:
Iterative
|
Iterative dominator algorithm. |
Full Usage:
LT
|
Lengauer-Tarjan algorithm with tree balancing. |
Full Usage:
SLT
|
Simple Lengauer-Tarjan algorithm. |
Full Usage:
SemiNCA
|
Semi-NCA algorithm. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCooper
Returns: bool
|
|
Full Usage:
this.IsIterative
Returns: bool
|
|
Full Usage:
this.IsLT
Returns: bool
|
|
Full Usage:
this.IsSLT
Returns: bool
|
|
Full Usage:
this.IsSemiNCA
Returns: bool
|
|
B2R2