Skip to main content

Module basic_block

Module basic_block 

Source
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§

BasicBlock
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.