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, process
public void allocateRegisters(ILOCBasicBlock block)
allocateRegisters
in class LocalRegisterAllocator
block
- Block to allocateCopyright © 2019. All rights reserved.