|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Problem | |
---|---|
joeq.Compiler.Dataflow |
Uses of Problem in joeq.Compiler.Dataflow |
---|
Subclasses of Problem in joeq.Compiler.Dataflow | |
---|---|
class |
LivenessAnalysis
LivenessAnalysis |
class |
ReachingDefs
ReachingDefs |
Fields in joeq.Compiler.Dataflow declared as Problem | |
---|---|
protected Problem |
Solver.problem
The dataflow problem to solve. |
Methods in joeq.Compiler.Dataflow with parameters of type Problem | |
---|---|
void |
SortedSetSolver.initialize(Problem p,
jwutil.graphs.Graph graph)
|
void |
WorklistSolver.initialize(Problem p,
jwutil.graphs.Graph graph)
|
void |
PriorityQueueSolver.initialize(Problem p,
jwutil.graphs.Graph graph)
|
void |
IterativeSolver.initialize(Problem p,
jwutil.graphs.Graph graph)
|
void |
Solver.initialize(Problem p,
jwutil.graphs.Graph graph)
Initializes the solver to prepare to solve the dataflow problem on the given graph. |
void |
PriorityQueueSolver.initialize(Problem p,
jwutil.graphs.Graph graph,
List traversalOrder)
Initializes this solver with the given dataflow problem, graph, and traversal order. |
void |
IterativeSolver.initialize(Problem p,
jwutil.graphs.Graph graph,
List order)
Initializes this solver with the given dataflow problem, graph, and traversal order. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |