Search Results for

    Show / Hide Table of Contents

    Class MemorySSA.Value

    A memory SSA value, i.e., a state that memory can have.

    Inheritance
    object
    MemorySSA.Value
    MemorySSA.Phi
    MemorySSA.Store
    MemorySSA.Unknown
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class MemorySSA.Value

    Methods

    | Edit this page View Source

    TryGetValueAt(ValueTag, FlowGraph, out ValueTag)

    Tries to ascertain the value stored at a particular address.

    Declaration
    public bool TryGetValueAt(ValueTag address, FlowGraph graph, out ValueTag value)
    Parameters
    Type Name Description
    ValueTag address

    The address to examine.

    FlowGraph graph

    The graph that defines the address value.

    ValueTag value

    This method's result: the value that is stored at the address, if any.

    Returns
    Type Description
    bool

    true if the value at address; otherwise, false.

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