| Package | Description |
|---|---|
| org.jruby.ir.representations | |
| org.jruby.ir.util |
| Modifier and Type | Field and Description |
|---|---|
private DirectedGraph<BasicBlock> |
CFG.graph
The graph itself
|
| Modifier and Type | Method and Description |
|---|---|
DirectedGraph<BasicBlock> |
CFG.build(java.util.List<Instr> instrs)
Build the Control Flow Graph
|
| Modifier and Type | Method and Description |
|---|---|
private void |
CFG.deleteOrphanedBlocks(DirectedGraph<BasicBlock> graph) |
| Modifier and Type | Field and Description |
|---|---|
private DirectedGraph |
Vertex.graph |
| Constructor and Description |
|---|
Vertex(DirectedGraph graph,
T data,
int id) |