public abstract class AllocationPhase extends LIRPhase<AllocationPhase.AllocationContext>
| Modifier and Type | Class and Description |
|---|---|
static class |
AllocationPhase.AllocationContext |
LIRPhase.Options| Constructor and Description |
|---|
AllocationPhase() |
| Modifier and Type | Method and Description |
|---|---|
protected <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
AllocationPhase.AllocationContext context) |
protected abstract <B extends AbstractBlockBase<B>> |
run(TargetDescription target,
LIRGenerationResult lirGenRes,
List<B> codeEmittingOrder,
List<B> linearScanOrder,
LIRGeneratorTool.SpillMoveFactory spillMoveFactory,
RegisterAllocationConfig registerAllocationConfig) |
apply, apply, createName, getNamepublic AllocationPhase()
protected final <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, AllocationPhase.AllocationContext context)
run in class LIRPhase<AllocationPhase.AllocationContext>protected abstract <B extends AbstractBlockBase<B>> void run(TargetDescription target, LIRGenerationResult lirGenRes, List<B> codeEmittingOrder, List<B> linearScanOrder, LIRGeneratorTool.SpillMoveFactory spillMoveFactory, RegisterAllocationConfig registerAllocationConfig)