Go to the first, previous, next, last section, table of contents.
AFUN_FLAGS
-
FUN flags
AFUN_BBL_FIRST
-
first BBL in the doubly linked list of BBLs belonging to this FUN
AFUN_BBL_LAST
-
last BBL the doubly linked list of BBLs belonging to this FUN
AFUN_NAME(i)
-
name of FUN
AFUN_STK_MAX
-
set Stack Analysis
AFUN_STK_MIN
-
set by Stack Analysis, normally contains the (negative) framesize of the function.
AFUN_REGS_USED
-
set by the Liveness Analysis. Registers which will be subsequently used
(not necessarily in this FUN, though.)
AFUN_REGS_THROUGH
-
set by the Liveness Analysis. Registers which are live at function entry if they
are life at function exit.
AFUN_REGS_SAVED
-
set by the Saved Changed Analysis. Register Saved by this FUN.
AFUN_REGS_CHANGED
-
set by the Saved Changed Analysis. Register Changed by this FUN.
AFUN_IS_RECURSIVE
-
Go to the first, previous, next, last section, table of contents.