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

Data Fields

bool is_set
bool is_large
int group_id
cselib_valcse_base
rtx mem
rtx mem_addr
alias_set_type alias_set
HOST_WIDE_INT begin
HOST_WIDE_INT end
union {
   unsigned HOST_WIDE_INT   small_bitmask
   struct {
      bitmap   bmap
      int   count
   }   large
positions_needed
struct store_infonext
rtx rhs
rtx const_rhs
struct insn_inforedundant_reason

Detailed Description

This structure holds information about a candidate store.   

Field Documentation

bitmap store_info::bmap
int store_info::count
rtx store_info::mem_addr

Referenced by check_mem_read_rtx(), and record_store().

struct insn_info* store_info::redundant_reason

Referenced by dse_step1(), dse_step6(), and record_store().


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