Search Results for

    Show / Hide Table of Contents

    Struct BlockFixpointAnalysis<TBlockState>.Result

    The result of a block fixpoint analysis.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public struct BlockFixpointAnalysis<TBlockState>.Result

    Properties

    | Edit this page View Source

    BlockResults

    Gets a mapping of basic blocks to block analysis results.

    Declaration
    public readonly IReadOnlyDictionary<BasicBlockTag, TBlockState> BlockResults { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<BasicBlockTag, TBlockState>

    A mapping of basic blocks to analysis results.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX