|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CFG.CFG_Edge | |
|---|---|
| org.jruby.compiler.ir.dataflow | |
| org.jruby.compiler.ir.dataflow.analyses | |
| org.jruby.compiler.ir.representations | |
| Uses of CFG.CFG_Edge in org.jruby.compiler.ir.dataflow |
|---|
| Methods in org.jruby.compiler.ir.dataflow that return types with arguments of type CFG.CFG_Edge | |
|---|---|
java.util.Set<CFG.CFG_Edge> |
DataFlowProblem.incomingEdgesOf(BasicBlock bb)
|
java.util.Set<CFG.CFG_Edge> |
DataFlowProblem.outgoingEdgesOf(BasicBlock bb)
|
| Methods in org.jruby.compiler.ir.dataflow with parameters of type CFG.CFG_Edge | |
|---|---|
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. |
| Uses of CFG.CFG_Edge in org.jruby.compiler.ir.dataflow.analyses |
|---|
| Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type CFG.CFG_Edge | |
|---|---|
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)
|
| Uses of CFG.CFG_Edge in org.jruby.compiler.ir.representations |
|---|
| Methods in org.jruby.compiler.ir.representations that return types with arguments of type CFG.CFG_Edge | |
|---|---|
java.util.Set<CFG.CFG_Edge> |
CFG.incomingEdgesOf(BasicBlock bb)
|
java.util.Set<CFG.CFG_Edge> |
CFG.outgoingEdgesOf(BasicBlock bb)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||