public final class LinearScanRegisterAllocationPhase extends AllocationPhase
AllocationPhase.AllocationContextLIRPhase.Options| Modifier and Type | Field and Description |
|---|---|
private LinearScan |
allocator |
| Constructor and Description |
|---|
LinearScanRegisterAllocationPhase(LinearScan allocator) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
allocateRegisters() |
protected <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
LIRGeneratorTool.SpillMoveFactory spillMoveFactory,
RegisterAllocationConfig registerAllocationConfig) |
runapply, apply, createName, getNameprivate final LinearScan allocator
LinearScanRegisterAllocationPhase(LinearScan allocator)
protected <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, LIRGeneratorTool.SpillMoveFactory spillMoveFactory, RegisterAllocationConfig registerAllocationConfig)
run in class AllocationPhasevoid allocateRegisters()