|
|||||||||
| Home >> All >> Compil3r >> [ Dataflow overview ] | PREV NEXT | ||||||||
Uses of Class
Compil3r.Dataflow.Problem
| Uses of Problem in Compil3r.Dataflow |
| Subclasses of Problem in Compil3r.Dataflow | |
class |
ReachingDefs
ReachingDefs |
| Fields in Compil3r.Dataflow declared as Problem | |
protected Problem |
Solver.problem
The dataflow problem to solve. |
| Methods in Compil3r.Dataflow with parameters of type Problem | |
void |
WorklistSolver.initialize(Problem p,
Util.Graphs.Graph graph)
|
void |
SortedSetSolver.initialize(Problem p,
Util.Graphs.Graph graph)
|
void |
Solver.initialize(Problem p,
Util.Graphs.Graph graph)
Initializes the solver to prepare to solve the dataflow problem on the given graph. |
private static void |
ReachingDefs.solve(Compil3r.Quad.ControlFlowGraph cfg,
Solver s,
Problem p)
|
void |
PriorityQueueSolver.initialize(Problem p,
Util.Graphs.Graph graph)
|
void |
PriorityQueueSolver.initialize(Problem p,
Util.Graphs.Graph graph,
java.util.List traversalOrder)
Initializes this solver with the given dataflow problem, graph, and traversal order. |
void |
IterativeSolver.initialize(Problem p,
Util.Graphs.Graph graph)
|
void |
IterativeSolver.initialize(Problem p,
Util.Graphs.Graph graph,
java.util.List order)
Initializes this solver with the given dataflow problem, graph, and traversal order. |
|
|||||||||
| Home >> All >> Compil3r >> [ Dataflow overview ] | PREV NEXT | ||||||||