Search Results for

    Show / Hide Table of Contents

    Struct ValueLiveness

    Describes which variables are live at any location in a control flow graph.

    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 ValueLiveness

    Methods

    | Edit this page View Source

    GetLiveness(BasicBlockTag)

    Gets block liveness data for a particular block.

    Declaration
    public BlockLiveness GetLiveness(BasicBlockTag tag)
    Parameters
    Type Name Description
    BasicBlockTag tag

    The tag of the block to get the liveness data for.

    Returns
    Type Description
    BlockLiveness

    Block liveness data.

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