Uses of Interface
org.teavm.common.Graph
Packages that use Graph
-
Uses of Graph in org.teavm.common
Classes in org.teavm.common that implement GraphMethods in org.teavm.common that return GraphModifier and TypeMethodDescriptionGraphBuilder.build()static GraphGraphUtils.buildDominatorGraph(DominatorTree domTree, int sz) MutableDirectedGraph.copyToImmutable()DefaultGraphSplittingBackend.getGraph()GraphIndexer.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 GraphModifier and TypeMethodDescriptionstatic DominatorTreeGraphUtils.buildDominatorTree(Graph graph) static DominatorTreeGraphUtils.buildDominatorTree(Graph graph, int start) static int[]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 GraphModifierConstructorDescriptionGraphIndexer(Graph graph, int[] weights, int[] priorities) MutableDirectedGraph(Graph graph) -
Uses of Graph in org.teavm.model.optimization
Methods in org.teavm.model.optimization that return Graph -
Uses of Graph in org.teavm.model.util
Methods in org.teavm.model.util that return GraphModifier and TypeMethodDescriptionstatic GraphProgramUtils.buildControlFlowGraph(Program program) DominatorWalkerContext.getControlFlowGraph()Methods in org.teavm.model.util with parameters of type Graph