| Package | Description |
|---|---|
| org.jruby.compiler.ir.dataflow | |
| org.jruby.compiler.ir.dataflow.analyses | |
| org.jruby.compiler.ir.representations |
| Modifier and Type | Field and Description |
|---|---|
protected DataFlowProblem |
FlowGraphNode._prob |
| Constructor and Description |
|---|
DataFlowVar(DataFlowProblem prob) |
FlowGraphNode(DataFlowProblem p,
BasicBlock n) |
| Modifier and Type | Class and Description |
|---|---|
class |
BindingLoadPlacementProblem |
class |
BindingStorePlacementProblem |
class |
LiveVariablesProblem |
| Constructor and Description |
|---|
BindingLoadPlacementNode(DataFlowProblem prob,
BasicBlock n) |
BindingStorePlacementNode(DataFlowProblem prob,
BasicBlock n) |
LiveVariableNode(DataFlowProblem prob,
BasicBlock n) |
| Modifier and Type | Method and Description |
|---|---|
DataFlowProblem |
CFG.getDataFlowSolution(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CFG.setDataFlowSolution(java.lang.String name,
DataFlowProblem p) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.