Re: Question on mapping old to specialized cgraph_edges

2022-03-09 Thread Martin Jambor
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

Question on mapping old to specialized cgraph_edges

2022-03-09 Thread Erick Ochoa via Gcc
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