Table of Contents

Namespace Echo.DataFlow.Collections

Classes

NodeCollection<TInstruction>

Represents a mutable collection of nodes present in a data flow graph.

StackDependencyCollection<TInstruction>

Represents a collection of dependencies allocated on a stack for a node in a data flow graph.

VariableDependencyCollection<TInstruction>

Represents a collection of variables and their symbolic values that a node in a data flow graph depends on.

Structs

StackDependencyCollection<TInstruction>.Enumerator

Represents an enumerator for a stack dependency collection.

VariableDependencyCollection<TInstruction>.Enumerator

Represents an enumerator that enumerates all entries in a variable dependencies collection.