|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataFlowProblem | |
---|---|
org.jruby.compiler.ir.dataflow | |
org.jruby.compiler.ir.dataflow.analyses | |
org.jruby.compiler.ir.representations |
Uses of DataFlowProblem in org.jruby.compiler.ir.dataflow |
---|
Fields in org.jruby.compiler.ir.dataflow declared as DataFlowProblem | |
---|---|
protected DataFlowProblem |
FlowGraphNode._prob
|
Constructors in org.jruby.compiler.ir.dataflow with parameters of type DataFlowProblem | |
---|---|
DataFlowVar(DataFlowProblem prob)
|
|
FlowGraphNode(DataFlowProblem p,
BasicBlock n)
|
Uses of DataFlowProblem in org.jruby.compiler.ir.dataflow.analyses |
---|
Subclasses of DataFlowProblem in org.jruby.compiler.ir.dataflow.analyses | |
---|---|
class |
BindingLoadPlacementProblem
|
class |
BindingStorePlacementProblem
|
class |
LiveVariablesProblem
|
Constructors in org.jruby.compiler.ir.dataflow.analyses with parameters of type DataFlowProblem | |
---|---|
BindingLoadPlacementNode(DataFlowProblem prob,
BasicBlock n)
|
|
BindingStorePlacementNode(DataFlowProblem prob,
BasicBlock n)
|
|
LiveVariableNode(DataFlowProblem prob,
BasicBlock n)
|
Uses of DataFlowProblem in org.jruby.compiler.ir.representations |
---|
Methods in org.jruby.compiler.ir.representations that return DataFlowProblem | |
---|---|
DataFlowProblem |
CFG.getDataFlowSolution(java.lang.String name)
|
Methods in org.jruby.compiler.ir.representations with parameters of type DataFlowProblem | |
---|---|
void |
CFG.setDataFlowSolution(java.lang.String name,
DataFlowProblem p)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |