| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.ir.dataflow | |
| org.jruby.ir.dataflow.analyses |
| Modifier and Type | Method and Description |
|---|---|
DataFlowProblem |
IRScope.getDataFlowSolution(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRScope.setDataFlowSolution(String name,
DataFlowProblem p) |
| Modifier and Type | Field and Description |
|---|---|
protected DataFlowProblem |
FlowGraphNode.problem |
| Constructor and Description |
|---|
DataFlowVar(DataFlowProblem prob) |
FlowGraphNode(DataFlowProblem p,
BasicBlock n) |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveVariablesProblem |
class |
LoadLocalVarPlacementProblem |
class |
StoreLocalVarPlacementProblem |
| Constructor and Description |
|---|
LiveVariableNode(DataFlowProblem prob,
BasicBlock n) |
LoadLocalVarPlacementNode(DataFlowProblem prob,
BasicBlock n) |
StoreLocalVarPlacementNode(DataFlowProblem prob,
BasicBlock n) |
Copyright © 2001–2024 JRuby. All rights reserved.