Package jadx.core.dex.visitors.blocks
Class DominatorTree
- java.lang.Object
-
- jadx.core.dex.visitors.blocks.DominatorTree
-
public class DominatorTree extends java.lang.ObjectBuild 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 Summary
Constructors Constructor Description DominatorTree()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcompute(MethodNode mth)static voidcomputeDominanceFrontier(MethodNode mth)
-
-
-
Method Detail
-
compute
public static void compute(MethodNode mth)
-
computeDominanceFrontier
public static void computeDominanceFrontier(MethodNode mth)
-
-