public final class SSATuneUp extends OptimizationPlanCompositeElement
| Modifier and Type | Class and Description |
|---|---|
private static class |
SSATuneUp.FoldingDriver
This class drives expression folding.
|
static class |
SSATuneUp.TuneUpPreparation
This class sets up the IR state prior to entering SSA.
|
| Constructor and Description |
|---|
SSATuneUp()
Build this phase as a composite of others.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldPerform(OptOptions options)
Determine, possibly by consulting the passed options object,
if this optimization plan element should be performed.
|
compose, elapsedTime, getName, initializeForMeasureCompilation, perform, printingEnabled, reportStatsprettyPrintTimepublic SSATuneUp()
public boolean shouldPerform(OptOptions options)
OptimizationPlanElementshouldPerform in class OptimizationPlanCompositeElementoptions - The Options object for the current compilation.true if the plan element should be performed.