Module dataflow

Source
Expand description

Dataflow operations.

Structs§

Call
Call a function directly.
CallIndirect
Call a function indirectly. Like call, but the function input is a value (runtime, not static) dataflow edge, and thus does not need any type-args.
DFG
A simply nested dataflow graph.
Input
An input node. The outputs of this node are the inputs to the function.
LoadConstant
Load a static constant in to the local dataflow graph.
LoadFunction
Load a static function in to the local dataflow graph.
Output
An output node. The inputs are the outputs of the function.

Traits§

DataflowOpTrait
Trait implemented by all dataflow operations.
DataflowParent
An operation that is the parent of a dataflow graph.
IOTrait
Helpers to construct input and output nodes