Uses of Interface
org.teavm.common.DominatorTree
-
Packages that use DominatorTree Package Description org.teavm.common org.teavm.model.util -
-
Uses of DominatorTree in org.teavm.common
Methods in org.teavm.common that return DominatorTree Modifier and Type Method Description static DominatorTreeGraphUtils. buildDominatorTree(Graph graph)static DominatorTreeGraphUtils. buildDominatorTree(Graph graph, int start)Methods in org.teavm.common with parameters of type DominatorTree Modifier and Type Method Description static 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 Modifier and Type Method Description DominatorTreeDominatorWalkerContext. getDominatorTree()
-