Class LowerDelegates
An intraprocedural transform that turns Flame IR's dedicated delegate instructions into CIL idioms.
Inherited Members
Namespace: Flame.Clr.Transforms
Assembly: Flame.Clr.dll
Syntax
public sealed class LowerDelegates : IntraproceduralOptimization
Fields
| Edit this page View SourceInstance
An instance of the CIL delegate canonicalization transform.
Declaration
public static readonly LowerDelegates Instance
Field Value
| Type | Description |
|---|---|
| LowerDelegates |
Methods
| Edit this page View SourceApply(FlowGraph)
Applies this intraprocedural optimization to a flow graph.
Declaration
public override FlowGraph Apply(FlowGraph graph)
Parameters
| Type | Name | Description |
|---|---|---|
| FlowGraph | graph | The flow graph to transform. |
Returns
| Type | Description |
|---|---|
| FlowGraph | A transformed flow graph. |