Show / Hide Table of Contents

    Class LocalMemorySSAAnalysis

    A very simple, block-local memory SSA analysis.

    Inheritance
    System.Object
    LocalMemorySSAAnalysis
    Implements
    IFlowGraphAnalysis<MemorySSA>
    Inherited Members
    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.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class LocalMemorySSAAnalysis : IFlowGraphAnalysis<MemorySSA>

    Fields

    | Improve this Doc View Source

    Instance

    An instance of the local memory SSA analysis.

    Declaration
    public static readonly LocalMemorySSAAnalysis Instance
    Field Value
    Type Description
    LocalMemorySSAAnalysis

    Methods

    | Improve this Doc View Source

    Analyze(FlowGraph)

    Declaration
    public MemorySSA Analyze(FlowGraph graph)
    Parameters
    Type Name Description
    FlowGraph graph
    Returns
    Type Description
    MemorySSA
    | Improve this Doc View Source

    AnalyzeWithUpdates(FlowGraph, MemorySSA, IReadOnlyList<FlowGraphUpdate>)

    Declaration
    public MemorySSA AnalyzeWithUpdates(FlowGraph graph, MemorySSA previousResult, IReadOnlyList<FlowGraphUpdate> updates)
    Parameters
    Type Name Description
    FlowGraph graph
    MemorySSA previousResult
    System.Collections.Generic.IReadOnlyList<FlowGraphUpdate> updates
    Returns
    Type Description
    MemorySSA

    Implements

    IFlowGraphAnalysis<T>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX