microprobe.code.bbl

microprobe.code.bbl module

Functions

replicate_bbls(bbl_list[, displacement])

Returns a copy the given basic block list at the specified displacement.

Classes

Bbl(size[, instructions])

Class to represent a basic block.

Classes diagram

Inheritance diagram of Bbl



Functions

replicate_bbls(bbl_list: List[Bbl], displacement: int | None = None)[source]

Returns a copy the given basic block list at the specified displacement.

Parameters:
  • bbl_list (list of Bbl) – List of basic blocks to copy

  • displacement (int) – Displacement of the copied basic blocks (Default value = None)