public interface GraphDecoderInvocationPluginProvider
These plugins are invoked when the partial evaluator decodes the graphs, and they can decide whether they should be registered for the compiler configuration of the respective compilation tier.
Implementations are responsible for checking the architecture if needed.
| Modifier and Type | Method and Description |
|---|---|
void |
registerInvocationPlugins(Providers providers,
Architecture architecture,
String compilerConfiguration,
InvocationPlugins plugins,
boolean canDelayIntrinsification) |
void registerInvocationPlugins(Providers providers, Architecture architecture, String compilerConfiguration, InvocationPlugins plugins, boolean canDelayIntrinsification)