public class MyLocalRegisterAllocator extends LocalRegisterAllocator
currentBlock, currentFunction, handled, numPhysicalRegs| Constructor and Description |
|---|
MyLocalRegisterAllocator(int numRegisters) |
| Modifier and Type | Method and Description |
|---|---|
void |
allocateRegisters(ILOCBasicBlock block)
Perform local register allocation for a single basic block.
|
emitSpillLoad, emitSpillStore, process, processpublic void allocateRegisters(ILOCBasicBlock block)
allocateRegisters in class LocalRegisterAllocatorblock - Block to allocateCopyright © 2019. All rights reserved.