Show / Hide Table of Contents

    Struct EffectfulInstructions

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

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public struct EffectfulInstructions

    Constructors

    | Improve this Doc View Source

    EffectfulInstructions(ImmutableHashSet<ValueTag>)

    Creates a set of effectful instructions.

    Declaration
    public EffectfulInstructions(ImmutableHashSet<ValueTag> instructions)
    Parameters
    Type Name Description
    System.Collections.Immutable.ImmutableHashSet<ValueTag> instructions

    The set of effectful instructions to encapsulate.

    Properties

    | Improve this Doc View Source

    Instructions

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

    Declaration
    public ImmutableHashSet<ValueTag> Instructions { get; }
    Property Value
    Type Description
    System.Collections.Immutable.ImmutableHashSet<ValueTag>

    The set of effectful instructions.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX