Package | Description |
---|---|
org.jikesrvm.compilers.opt.controlflow |
Modifier and Type | Field and Description |
---|---|
private Map<BasicBlock,LTDominatorInfo> |
LTDominators.ltDominators |
Modifier and Type | Method and Description |
---|---|
(package private) LTDominatorInfo |
LTDominators.getInfo(BasicBlock bb) |
static LTDominatorInfo |
LTDominatorInfo.getInfo(BasicBlock block,
IR ir)
Helper method to return the Info field associated with a block
|