Contents:
Provides a datastructure representing a basic block.
Bases: object
object
Represents a basic block with all its instructions.
Provides a datastructure representing a code block or section.
Represents a code section that corresponds to a function or label. Contains the list of instructions belonging to that block.