GCC Middle and Back End API Reference
rtx_constant_pool Struct Reference
Collaboration diagram for rtx_constant_pool:

Data Fields

struct constant_descriptor_rtxfirst
struct constant_descriptor_rtxlast
htab_t const_rtx_htab
HOST_WIDE_INT offset

Detailed Description

Used in the hash tables to avoid outputting the same constant
   twice.  Unlike 'struct constant_descriptor_tree', RTX constants
   are output once per function, not once per file.   
??? Only a few targets need per-function constant pools.  Most
   can use one per-file pool.  Should add a targetm bit to tell the
   difference.   

Field Documentation

htab_t rtx_constant_pool::const_rtx_htab
struct constant_descriptor_rtx* rtx_constant_pool::last
HOST_WIDE_INT rtx_constant_pool::offset

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