public interface SuitesProvider
| Modifier and Type | Method and Description |
|---|---|
PhaseSuite<HighTierContext> |
getDefaultGraphBuilderSuite()
Get the default phase suite for creating new graphs.
|
LIRSuites |
getDefaultLIRSuites(OptionValues options)
Get the default LIR phase suites of this compiler.
|
Suites |
getDefaultSuites(OptionValues values)
Get the default phase suites of this compiler.
|
Suites getDefaultSuites(OptionValues values)
options into account,
returning an appropriately constructed suite. The returned suite is immutable by default but
Suites.copy() can be used to create a customized version.PhaseSuite<HighTierContext> getDefaultGraphBuilderSuite()
LIRSuites getDefaultLIRSuites(OptionValues options)
LIRSuites.copy() can be used to create a customized
version.