Re: [PATCH 08/50] Faster for_each_rtx-like iterators

2014-08-06 Thread Jeff Law
On 08/03/14 07:52, Richard Sandiford wrote: gcc/ * combine-stack-adj.c: Include rtl-iter.h. (record_stack_refs_data): Delete. (record_stack_refs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. Take a pointer t

[PATCH 08/50] Faster for_each_rtx-like iterators

2014-08-03 Thread Richard Sandiford
gcc/ * combine-stack-adj.c: Include rtl-iter.h. (record_stack_refs_data): Delete. (record_stack_refs): Turn from being a for_each_rtx callback to being a function that examines each subrtx itself. Take a pointer to the reflist. Invert sense of return value