Package com.android.dx.ssa
Class DomFront
java.lang.Object
com.android.dx.ssa.DomFront
Calculates the dominance-frontiers of a method's basic blocks.
Algorithm from "A Simple, Fast Dominance Algorithm" by Cooper,
Harvey, and Kennedy; transliterated to Java.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Dominance-frontier information for a single basic block. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionrun()
Calculates the dominance frontier information for the method.
-
Constructor Details
-
DomFront
Constructs instance. Callrun()
to process.- Parameters:
meth
-non-null;
method to process
-
-
Method Details
-
run
Calculates the dominance frontier information for the method.- Returns:
non-null;
an array of DomInfo structures
-