Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.passes | |
org.jruby.ir.representations | |
org.jruby.ir.transformations.inlining |
Modifier and Type | Method and Description |
---|---|
CFG |
IRScope.buildCFG() |
CFG |
IRScope.cfg() |
CFG |
IRScope.getCFG() |
Modifier and Type | Method and Description |
---|---|
protected void |
IRScope.setCFG(CFG cfg) |
Modifier and Type | Method and Description |
---|---|
void |
DominatorTreeBuilder.buildDominatorTree(CFG cfg,
LinkedList<BasicBlock> postOrderList,
int maxNodeId) |
Modifier and Type | Method and Description |
---|---|
CFG |
CFG.cloneForCloningClosure(IRScope scope,
InlinerInfo ii) |
Modifier and Type | Method and Description |
---|---|
static List<BasicBlock> |
CFGLinearizer.linearize(CFG cfg) |
Constructor and Description |
---|
BasicBlock(CFG c,
Label l) |
Constructor and Description |
---|
CFGInliner(CFG build) |
InlinerInfo(CallBase call,
CFG c) |
Copyright © 2001–2016 JRuby. All rights reserved.