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 DominatorTreeGraphUtils.buildDominatorTree(Graph graph) static DominatorTreeGraphUtils.buildDominatorTree(Graph graph, int start) Methods in org.teavm.common with parameters of type DominatorTreeModifier and TypeMethodDescriptionstatic GraphGraphUtils.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