public interface BlockOrder
| Modifier and Type | Method and Description |
|---|---|
Iterator<BasicBlock> |
blockIterator()
Return an Iterator which visits the basic blocks in order.
|
int |
compare(BasicBlock b1,
BasicBlock b2)
Return relative order of blocks.
|
Iterator<BasicBlock> blockIterator()
int compare(BasicBlock b1, BasicBlock b2)
Copyright © 2003–2015. All rights reserved.