GCC Middle and Back End API Reference
rtl_bb_info Struct Reference

#include <basic-block.h>

Collaboration diagram for rtl_bb_info:

Data Fields

rtx end_
rtx header_
rtx footer_

Field Documentation

rtx rtl_bb_info::end_

The first insn of the block is embedded into bb->il.x. The last insn of the block.

rtx rtl_bb_info::footer_
rtx rtl_bb_info::header_

In CFGlayout mode points to insn notes/jumptables to be placed just before and after the block.


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