Search Results for

    Show / Hide Table of Contents

    Class MemorySSA.Phi

    A memory SSA phi, which sets the memory state to one of a list of potential memory SSA states.

    Inheritance
    object
    MemorySSA.Value
    MemorySSA.Phi
    Inherited Members
    MemorySSA.Value.TryGetValueAt(ValueTag, FlowGraph, out ValueTag)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public sealed class MemorySSA.Phi : MemorySSA.Value

    Constructors

    | Edit this page View Source

    Phi(IReadOnlyList<Value>)

    Creates a phi.

    Declaration
    public Phi(IReadOnlyList<MemorySSA.Value> operands)
    Parameters
    Type Name Description
    IReadOnlyList<MemorySSA.Value> operands

    The phi's operands.

    Properties

    | Edit this page View Source

    Operands

    Gets the phi's operands.

    Declaration
    public IReadOnlyList<MemorySSA.Value> Operands { get; }
    Property Value
    Type Description
    IReadOnlyList<MemorySSA.Value>

    The phi's operands.

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