Uses of Interface
org.teavm.common.DominatorTree
Packages that use DominatorTree
-
Uses of DominatorTree in org.teavm.common
Methods in org.teavm.common that return DominatorTreeModifier and TypeMethodDescriptionstatic DominatorTree
GraphUtils.buildDominatorTree(Graph graph)
static DominatorTree
GraphUtils.buildDominatorTree(Graph graph, int start)
Methods in org.teavm.common with parameters of type DominatorTreeModifier and TypeMethodDescriptionstatic Graph
GraphUtils.buildDominatorGraph(DominatorTree domTree, int sz)
static int[][]
GraphUtils.findDominanceFrontiers(Graph cfg, DominatorTree domTree)
-
Uses of DominatorTree in org.teavm.model.util
Methods in org.teavm.model.util that return DominatorTree