Show / Hide Table of Contents

    Class CanonicalizeDelegates

    An intraprocedural transform that turns CIL idioms for delegates into specialized Flame IR instructions.

    Inheritance
    System.Object
    Optimization
    IntraproceduralOptimization
    CanonicalizeDelegates
    Inherited Members
    IntraproceduralOptimization.IsCheckpoint
    IntraproceduralOptimization.ApplyAsync(MethodBody, OptimizationState)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.Clr.Transforms
    Assembly: Flame.Clr.dll
    Syntax
    public sealed class CanonicalizeDelegates : IntraproceduralOptimization

    Fields

    | Improve this Doc View Source

    Instance

    An instance of the delegate canonicalization transform.

    Declaration
    public static readonly CanonicalizeDelegates Instance
    Field Value
    Type Description
    CanonicalizeDelegates

    Methods

    | Improve this Doc View Source

    Apply(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.

    Overrides
    IntraproceduralOptimization.Apply(FlowGraph)
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX