com.android.dx.ssa
Class DomFront.DomInfo

java.lang.Object
  extended by 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
 
Constructor Summary
DomFront.DomInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

DomFront.DomInfo

public DomFront.DomInfo()


Copyright © 2015. All rights reserved.