Module basic_block

Source
Expand description

This module contains basic block definitions and operations.

Structs§

BasicBlock
Represents a basic block in a function.
BasicBlockConnection
Represents an edge between two basic blocks.
BasicBlockId
Represents the identifier of a basic block.

Enums§

BasicBlockConnectionType
Represents the edge type between two basic blocks.
BasicBlockType
Represents the type of basic block.