public class NGraphRegisterAllocator extends NRegisterAllocator
cfg| Constructor and Description |
|---|
NGraphRegisterAllocator(NControlFlowGraph cfg)
Construct a NGraphRegisterAllocator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
allocation()
Build intervals with register allocation information in them.
|
buildIntervalspublic NGraphRegisterAllocator(NControlFlowGraph cfg)
cfg - an instance of a control flow graph.public void allocation()
allocation in class NRegisterAllocator