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 Details

    • 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 Details

    • DomInfo

      public DomInfo()