|
GCC Middle and Back End API Reference
|

Data Fields | |
| int | group_id |
| alias_set_type | alias_set |
| int | begin |
| int | end |
| rtx | mem |
| struct read_info * | next |
This structure holds information about a load. These are only built for rtx bases.
| alias_set_type read_info::alias_set |
Referenced by check_mem_read_rtx(), and scan_reads_spill().
| int read_info::begin |
Referenced by check_mem_read_rtx(), replace_read(), and scan_reads_nospill().
| int read_info::end |
Referenced by check_mem_read_rtx(), replace_read(), and scan_reads_nospill().
| int read_info::group_id |
Referenced by check_mem_read_rtx(), and scan_reads_nospill().
| rtx read_info::mem |
Referenced by check_mem_read_rtx(), replace_read(), and scan_reads_nospill().
| struct read_info* read_info::next |
Referenced by check_mem_read_rtx(), delete_dead_store_insn(), free_read_records(), replace_read(), scan_reads_nospill(), and scan_reads_spill().