Property | Type | Description | |
---|---|---|---|
BlockIndex | int | ||
DominanceFrontier | HashSet |
||
DominatorTreeChildren | List |
||
Incoming | List |
||
NodeType | ControlFlowNodeType | ||
Offset | int | ||
Outgoing | List |
||
UserData | object | ||
Visited | bool |
Method | Description | |
---|---|---|
Dominates ( |
Gets whether
|
|
ToString ( ) : string | ||
TraversePostOrder ( Func |
||
TraversePreOrder ( Func |
Method | Description | |
---|---|---|
ControlFlowNode ( int blockIndex ) : System | ||
ControlFlowNode ( int blockIndex, int offset, ControlFlowNodeType nodeType ) : System |
public Dominates ( |
||
node | ||
return | bool |
public TraversePostOrder ( Func |
||
children | Func |
|
visitAction | Action |
|
return | void |
public TraversePreOrder ( Func |
||
children | Func |
|
visitAction | Action |
|
return | void |