Expand description
Basic blocks with terminators for MIR control flow graphs.
A basic block is a straight-line sequence of instructions ending with a terminator that transfers control to one or more successor blocks.
Structs§
- Basic
Block - A basic block in the MIR control flow graph.
- PhiNode
- Phi node at a block join point, merging values from different predecessors.
Enums§
- Terminator
- Block terminator transferring control to successor blocks.