GCC Middle and Back End API Reference
|
Data Fields | |
for_each_inc_dec_fn | fn |
void * | arg |
rtx | mem |
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.
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.