GCC Middle and Back End API Reference
label_alignment Struct Reference

Data Fields

short alignment
short max_skip

Detailed Description

   After shorten_branches, for any insn, uid_align[INSN_UID (insn)]
   gives the next following alignment insn that increases the known
   alignment, or NULL_RTX if there is no such insn.
   For any alignment obtained this way, we can again index uid_align with
   its uid to obtain the next following align that in turn increases the
   alignment, till we reach NULL_RTX; the sequence obtained this way
   for each insn we'll call the alignment chain of this insn in the following
   comments.  

Field Documentation

short label_alignment::alignment

Referenced by dbr_sequence_length().

short label_alignment::max_skip

Referenced by dbr_sequence_length().


The documentation for this struct was generated from the following file: