Next: SSA Operands, Up: Tree SSA
The optimizers need to associate attributes with variables during the
optimization process. For instance, we need to know whether a
variable has aliases. All these attributes are stored in data
structures called annotations which are then linked to the field
ann
in struct tree_common
.
Presently, we define annotations for variables (var_ann_t
).
Annotations are defined and documented in tree-flow.h.