Go to the first, previous, next, last section, table of contents.


Basic Block Members

ABBL_FLAGS
flags of this BBL
ABBL_FUN
FUN this BBL belongs to
ABBL_NEXT
next BBL in the doubly linked list of BBLs belonging to a FUN.
ABBL_PREV
previous BBL in the doubly linked list of BBLs belonging to a FUN.
ABBL_PRED
first EDG in the single linked list of incoming EDGs
ABBL_SUCC
first EDG in the single linked list of outgoing EDGs
ABBL_INS_FIRST
first INS in the doubly linked list of INSs belonging to this BBL
ABBL_INS_LAST
last INS the doubly linked list of INSs belonging to this BBL


Go to the first, previous, next, last section, table of contents.