Uses of Interface
org.teavm.common.Graph
-
Packages that use Graph Package Description org.teavm.common org.teavm.model.optimization org.teavm.model.util -
-
Uses of Graph in org.teavm.common
Classes in org.teavm.common that implement Graph Modifier and Type Class Description classLoopGraphclassMutableDirectedGraphMethods in org.teavm.common that return Graph Modifier and Type Method Description GraphGraphBuilder. build()static GraphGraphUtils. buildDominatorGraph(DominatorTree domTree, int sz)GraphMutableDirectedGraph. copyToImmutable()GraphDefaultGraphSplittingBackend. getGraph()GraphGraphIndexer. getGraph()static GraphGraphUtils. removeLoops(Graph graph)static GraphGraphUtils. subgraph(Graph graph, IntPredicate filter)static GraphMutableGraphNode. toGraph(List<MutableGraphNode> nodes)Methods in org.teavm.common with parameters of type Graph Modifier and Type Method Description static DominatorTreeGraphUtils. buildDominatorTree(Graph graph)static DominatorTreeGraphUtils. buildDominatorTree(Graph graph, int start)static int[]GraphUtils. dfs(Graph graph)static int[]GraphUtils. findBackEdges(Graph graph)static int[][]GraphUtils. findDominanceFrontiers(Graph cfg, DominatorTree domTree)static int[][]GraphUtils. findStronglyConnectedComponents(Graph graph)static booleanGraphUtils. isIrreducible(Graph graph)static StringGraphUtils. printToDot(Graph graph)static GraphGraphUtils. removeLoops(Graph graph)static voidGraphUtils. splitIrreducibleGraph(Graph graph, int[] weights, GraphSplittingBackend backend)static GraphGraphUtils. subgraph(Graph graph, IntPredicate filter)Constructors in org.teavm.common with parameters of type Graph Constructor Description DefaultGraphSplittingBackend(Graph graph)GraphIndexer(Graph graph, int[] weights, int[] priorities)LoopGraph(Graph graph)MutableDirectedGraph(Graph graph) -
Uses of Graph in org.teavm.model.optimization
Methods in org.teavm.model.optimization that return Graph Modifier and Type Method Description static GraphVariableUsageGraphBuilder. build(Program program) -
Uses of Graph in org.teavm.model.util
Methods in org.teavm.model.util that return Graph Modifier and Type Method Description static GraphProgramUtils. buildControlFlowGraph(Program program)GraphDominatorWalkerContext. getControlFlowGraph()Methods in org.teavm.model.util with parameters of type Graph Modifier and Type Method Description voidGraphColorer. colorize(Graph graph, int[] colors)voidGraphColorer. colorize(Graph graph, int[] colors, int[] categories, String[] names)
-