Re: Trun predicates into a class

2017-05-17 Thread Jan Hubicka
> On Wed, 2017-05-17 at 12:48 +0200, Jan Hubicka wrote: > > Hi, > > this is first patch of series to modularize function analysis done by > > ipa-inline and ipa-cp. This patch turns predicates into a class. It > > avoids any > > code movement or semnatic changes which I will do next. Main

Re: Trun predicates into a class

2017-05-17 Thread David Malcolm
On Wed, 2017-05-17 at 12:48 +0200, Jan Hubicka wrote: > Hi, > this is first patch of series to modularize function analysis done by > ipa-inline and ipa-cp. This patch turns predicates into a class. It > avoids any > code movement or semnatic changes which I will do next. Main change > is to >

Trun predicates into a class

2017-05-17 Thread Jan Hubicka
Hi, this is first patch of series to modularize function analysis done by ipa-inline and ipa-cp. This patch turns predicates into a class. It avoids any code movement or semnatic changes which I will do next. Main change is to turn some of functions into operators which makes the code more