Class DominatorTree


  • public class DominatorTree
    extends java.lang.Object
    Build dominator tree based on the algorithm described in paper: Cooper, Keith D.; Harvey, Timothy J; Kennedy, Ken (2001). "A Simple, Fast Dominance Algorithm" http://www.hipersoft.rice.edu/grads/publications/dom14.pdf
    • Constructor Detail

      • DominatorTree

        public DominatorTree()
    • Method Detail

      • compute

        public static void compute​(MethodNode mth)
      • computeDominanceFrontier

        public static void computeDominanceFrontier​(MethodNode mth)