Expand description
Control flow operations.
Structs§
- CFG
- A dataflow node which is defined by a child CFG.
- Case
- Case ops - nodes valid inside Conditional nodes.
- Conditional
- Conditional operation, defined by child
Case
nodes for each branch. - Dataflow
Block - A CFG basic block node. The signature is that of the internal Dataflow graph.
- Exit
Block - The single exit node of the CFG. Has no children, stores the types of the CFG node output.
- Tail
Loop - Tail-controlled loop.
Traits§
- Basic
Block - Functionality shared by
DataflowBlock
and Exit CFG block types.