| Package | Description |
|---|---|
| org.jruby.compiler.ir.dataflow | |
| org.jruby.compiler.ir.dataflow.analyses | |
| org.jruby.compiler.ir.representations |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CFG.CFG_Edge> |
DataFlowProblem.incomingEdgesOf(BasicBlock bb) |
java.util.Set<CFG.CFG_Edge> |
DataFlowProblem.outgoingEdgesOf(BasicBlock bb) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
FlowGraphNode.compute_MEET(CFG.CFG_Edge edge,
FlowGraphNode pred)
"MEET" current solution of "IN/OUT" with "OUT/IN(pred)",
where "pred" is a predecessor of the current node!
The choice of "IN/OUT" is determined by the direction of data flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingLoadPlacementNode.compute_MEET(CFG.CFG_Edge edge,
FlowGraphNode pred) |
void |
BindingStorePlacementNode.compute_MEET(CFG.CFG_Edge edge,
FlowGraphNode pred) |
void |
LiveVariableNode.compute_MEET(CFG.CFG_Edge edge,
FlowGraphNode pred) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CFG.CFG_Edge> |
CFG.incomingEdgesOf(BasicBlock bb) |
java.util.Set<CFG.CFG_Edge> |
CFG.outgoingEdgesOf(BasicBlock bb) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.