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

Data Fields

const_rtx mem
bool conflict

Detailed Description

   Info passed from load_killed_in_block_p to mems_conflict_for_gcse_p.  

Field Documentation

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().


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