Hi Erik,
On Wed, Mar 09 2022, Erick Ochoa via Gcc wrote:
> Hi,
>
> I am trying to find a map between cgraph_edge*s before ipa-cp and after
> ipa-cp has specialized nodes. Does anyone know if such a map is available?
> Or an equivalent? I think technically it should be a map between:
>
Generally t
Hi,
I am trying to find a map between cgraph_edge*s before ipa-cp and after
ipa-cp has specialized nodes. Does anyone know if such a map is available?
Or an equivalent? I think technically it should be a map between:
(cgraph_node* caller, cgraph_edge* e, cgraph_node *callee) X (cgraph_node*
calle