Re: [RFA][PATCH] patch 6/n Refactoring evrp

2017-11-17 Thread Richard Biener
On Fri, Nov 17, 2017 at 8:18 AM, Jeff Law wrote: > > As I've stated several times one of the goals here is to provide a > little range analysis module that we can embed & reuse. > > To accomplish that I need to break down the evrp class. > > This patch does the bulk of the real work. > > evrp_dom_

[RFA][PATCH] patch 6/n Refactoring evrp

2017-11-16 Thread Jeff Law
As I've stated several times one of the goals here is to provide a little range analysis module that we can embed & reuse. To accomplish that I need to break down the evrp class. This patch does the bulk of the real work. evrp_dom_walker::before_dom_children is the key function we need to break