Re: [RFC PATCH 0/3] Call summary class

2017-05-03 Thread Martin Jambor
On Mon, Feb 27, 2017 at 05:36:48PM +0100, Martin Jambor wrote: > Hello, > > the patch sequence in this thread adds a call_summary class, which is > analogous to function_summary we already have but which gathers > information about call graph edges, rather than nodes. > > The first patch implemen

[RFC PATCH 0/3] Call summary class

2017-02-27 Thread Martin Jambor
Hello, the patch sequence in this thread adds a call_summary class, which is analogous to function_summary we already have but which gathers information about call graph edges, rather than nodes. The first patch implements the class itself, the second modifies ipa-prop.[ch] and ipa-cp.c to use it