Search Results for

    Show / Hide Table of Contents

    Struct EffectfulInstructions

    The set of instructions in a graph that may have side-effects.

    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 EffectfulInstructions

    Constructors

    | Edit this page View Source

    EffectfulInstructions(ImmutableHashSet<ValueTag>)

    Creates a set of effectful instructions.

    Declaration
    public EffectfulInstructions(ImmutableHashSet<ValueTag> instructions)
    Parameters
    Type Name Description
    ImmutableHashSet<ValueTag> instructions

    The set of effectful instructions to encapsulate.

    Properties

    | Edit this page View Source

    Instructions

    Gets the set of effectful instructions as an immutable hash set.

    Declaration
    public readonly ImmutableHashSet<ValueTag> Instructions { get; }
    Property Value
    Type Description
    ImmutableHashSet<ValueTag>

    The set of effectful instructions.

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