Show / Hide Table of Contents

    Class InterferenceGraphAnalysis

    An analysis that constructs an interference graph.

    Inheritance
    System.Object
    InterferenceGraphAnalysis
    Implements
    IFlowGraphAnalysis<InterferenceGraph>
    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 InterferenceGraphAnalysis : IFlowGraphAnalysis<InterferenceGraph>

    Fields

    | Improve this Doc View Source

    Instance

    Gets an instance of the interference graph analysis.

    Declaration
    public static readonly InterferenceGraphAnalysis Instance
    Field Value
    Type Description
    InterferenceGraphAnalysis

    An instance of the interference graph analysis.

    Methods

    | Improve this Doc View Source

    Analyze(FlowGraph)

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

    AnalyzeWithUpdates(FlowGraph, InterferenceGraph, IReadOnlyList<FlowGraphUpdate>)

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

    Implements

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