Package | Description |
---|---|
org.jikesrvm.compilers.opt.controlflow |
Modifier and Type | Method and Description |
---|---|
private AnnotatedLSTNode.BBEnum |
AnnotatedLSTNode.getBasicBlocks(BasicBlock block,
AnnotatedLSTNode.BBEnum bbs,
BitVector blocksLeftToVisit)
Return an enumeration of basic blocks corresponding to a depth
first traversal of the blocks in the loops graphs
|
Modifier and Type | Method and Description |
---|---|
private AnnotatedLSTNode.BBEnum |
AnnotatedLSTNode.getBasicBlocks(BasicBlock block,
AnnotatedLSTNode.BBEnum bbs,
BitVector blocksLeftToVisit)
Return an enumeration of basic blocks corresponding to a depth
first traversal of the blocks in the loops graphs
|