B2R2


BBLInfo Type

Represents an instruction-level basic block.

Record fields

Record Field Description

BlkRange

Full Usage: BlkRange

Field type: AddrRange

The range (start addr, end addr) of the basic block.

Field type: AddrRange

FunctionEntry

Full Usage: FunctionEntry

Field type: Addr

Function Entry

Field type: Addr

IRLeaders

Full Usage: IRLeaders

Field type: Set<ProgramPoint>

IR-level leaders (program points) within the bbl.

Field type: Set<ProgramPoint>

InstrAddrs

Full Usage: InstrAddrs

Field type: Set<Addr>

Instruction addresses in the basic block.

Field type: Set<Addr>