com.android.dx.ssa
Class DomFront.DomInfo
java.lang.Object
com.android.dx.ssa.DomFront.DomInfo
- Enclosing class:
- DomFront
public static class DomFront.DomInfo
- extends Object
Dominance-frontier information for a single basic block.
|
Field Summary |
IntSet |
dominanceFrontiers
null-ok; the dominance frontier set indexed by
block index |
int |
idom
>= 0 after run(); the index of the immediate dominator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dominanceFrontiers
public IntSet dominanceFrontiers
null-ok; the dominance frontier set indexed by
block index
idom
public int idom
>= 0 after run(); the index of the immediate dominator
DomFront.DomInfo
public DomFront.DomInfo()
Copyright © 2013. All Rights Reserved.