public final class SSALinearScan extends LinearScan
LinearScan.BlockData, LinearScan.OptionsDOMINATOR_SPILL_MOVE_ID| Constructor and Description |
|---|
SSALinearScan(TargetDescription target,
LIRGenerationResult res,
LIRGeneratorTool.SpillMoveFactory spillMoveFactory,
RegisterAllocationConfig regAllocConfig,
List<? extends AbstractBlockBase<?>> sortedBlocks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeSpillMoveElimination() |
protected LinearScanLifetimeAnalysisPhase |
createLifetimeAnalysisPhase() |
protected MoveResolver |
createMoveResolver() |
protected LinearScanResolveDataFlowPhase |
createResolveDataFlowPhase() |
protected LinearScanEliminateSpillMovePhase |
createSpillMoveEliminationPhase() |
allocate, attributes, blockAt, blockCount, blockForId, callKillsRegisters, createAssignLocationsPhase, createOptimizeSpillPositionPhase, createRegisterAllocationPhase, getBlockData, getFirstLirInstructionId, getFrameMapBuilder, getLastLirInstructionId, getLIR, getOrCreateInterval, getRegisterAllocationConfig, getRegisters, getSpillMoveFactory, instructionForId, intervalFor, intervals, isProcessed, isVariableOrRegister, liveSetSize, printIntervals, printLir, sortedBlocks, sortIntervalsBeforeAllocation, splitChildAtOpId, verifyIntervalspublic SSALinearScan(TargetDescription target, LIRGenerationResult res, LIRGeneratorTool.SpillMoveFactory spillMoveFactory, RegisterAllocationConfig regAllocConfig, List<? extends AbstractBlockBase<?>> sortedBlocks)
protected MoveResolver createMoveResolver()
createMoveResolver in class LinearScanprotected LinearScanLifetimeAnalysisPhase createLifetimeAnalysisPhase()
createLifetimeAnalysisPhase in class LinearScanprotected LinearScanResolveDataFlowPhase createResolveDataFlowPhase()
createResolveDataFlowPhase in class LinearScanprotected LinearScanEliminateSpillMovePhase createSpillMoveEliminationPhase()
createSpillMoveEliminationPhase in class LinearScanprotected void beforeSpillMoveElimination()
beforeSpillMoveElimination in class LinearScan