Class CanonicalizeDelegates
An intraprocedural transform that turns CIL idioms for delegates into specialized Flame IR instructions.
Inherited Members
Namespace: Flame.Clr.Transforms
Assembly: Flame.Clr.dll
Syntax
public sealed class CanonicalizeDelegates : IntraproceduralOptimization
Fields
| Edit this page View SourceInstance
An instance of the delegate canonicalization transform.
Declaration
public static readonly CanonicalizeDelegates Instance
Field Value
| Type | Description |
|---|---|
| CanonicalizeDelegates |
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. |