GCC Middle and Back End API Reference
|
Data Fields | |
const_rtx | mem |
bool | conflict |
Info passed from load_killed_in_block_p to mems_conflict_for_gcse_p.
bool mem_conflict_info::conflict |
True if mems_conflict_for_gcse_p finds a conflict between two memory references.
Referenced by oprs_unchanged_p().
const_rtx mem_conflict_info::mem |
A memory reference for a load instruction, mems_conflict_for_gcse_p will see if a memory store conflicts with this memory load.
Referenced by oprs_unchanged_p().