Package com.android.dx.ssa
Class DomFront.DomInfo
java.lang.Object
com.android.dx.ssa.DomFront.DomInfo
- Enclosing class:
DomFront
Dominance-frontier information for a single basic block.
-
Field Summary
Modifier and TypeFieldDescriptionnull-ok;
the dominance frontier set indexed by block indexint
>= 0 after run();
the index of the immediate dominator -
Constructor Summary
-
Method Summary
-
Field Details
-
dominanceFrontiers
null-ok;
the dominance frontier set indexed by block index -
idom
public int idom>= 0 after run();
the index of the immediate dominator
-
-
Constructor Details
-
DomInfo
public DomInfo()
-