public static class DomFront.DomInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IntSet |
dominanceFrontiers
null-ok; the dominance frontier set indexed by
block index |
int |
idom
>= 0 after run(); the index of the immediate dominator |
| Constructor and Description |
|---|
DomInfo() |
public IntSet dominanceFrontiers
null-ok; the dominance frontier set indexed by
block indexpublic int idom
>= 0 after run(); the index of the immediate dominatorCopyright © 2020. All Rights Reserved.