Struct EffectfulInstructions
The set of instructions in a graph that may have side-effects.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public struct EffectfulInstructions
Constructors
| Edit this page View SourceEffectfulInstructions(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 SourceInstructions
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. |