Re: [PATCH] Recognize clones for all contexts in SCCs in IPA-CP

2012-11-21 Thread Jan Hubicka
> Hi, > > in IPA-CP, a few functions look at callees of cgraph edges to see if > they still lead to the original node (those still need to be examined > or re-examined) or to a clone (those are considered already decided > and should be left alone). The problem is that currently, when > looking a

[PATCH] Recognize clones for all contexts in SCCs in IPA-CP

2012-11-21 Thread Martin Jambor
Hi, in IPA-CP, a few functions look at callees of cgraph edges to see if they still lead to the original node (those still need to be examined or re-examined) or to a clone (those are considered already decided and should be left alone). The problem is that currently, when looking at an SCC, thes