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

Data Fields

for_each_inc_dec_fn fn
void * arg
rtx mem

Detailed Description

   Data structure that holds the internal state communicated between
   for_each_inc_dec, for_each_inc_dec_find_mem and
   for_each_inc_dec_find_inc_dec.  

Field Documentation

void* for_each_inc_dec_ops::arg
     The opaque argument to be passed to it.  
for_each_inc_dec_fn for_each_inc_dec_ops::fn
     The function to be called for each autoinc operation found.  
rtx for_each_inc_dec_ops::mem
     The MEM we're visiting, if any.  

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