Re: Question about alias or points-to analysis

2020-05-07 Thread Richard Biener via Gcc
On Wed, May 6, 2020 at 9:25 PM Erick Ochoa wrote: > > > > On 06/05/2020 18:40, Richard Biener wrote: > > On Wed, May 6, 2020 at 3:04 PM Erick Ochoa > > wrote: > >> > >> > >> > >> On 06/05/2020 14:25, Richard Biener wrote: > >>> On Wed, May 6, 2020 at 12:26 PM Erick Ochoa > >>> wrote: > > >>

Re: Question about alias or points-to analysis

2020-05-06 Thread Erick Ochoa
On 06/05/2020 18:40, Richard Biener wrote: On Wed, May 6, 2020 at 3:04 PM Erick Ochoa wrote: On 06/05/2020 14:25, Richard Biener wrote: On Wed, May 6, 2020 at 12:26 PM Erick Ochoa wrote: Hi, I am trying to find out how to use the alias and/or points-to analysis in GCC. Ideally, I wou

Re: Question about alias or points-to analysis

2020-05-06 Thread Richard Biener via Gcc
On Wed, May 6, 2020 at 3:04 PM Erick Ochoa wrote: > > > > On 06/05/2020 14:25, Richard Biener wrote: > > On Wed, May 6, 2020 at 12:26 PM Erick Ochoa > > wrote: > >> > >> Hi, > >> > >> I am trying to find out how to use the alias and/or points-to analysis > >> in GCC. Ideally, I would like to find

Re: Question about alias or points-to analysis

2020-05-06 Thread Erick Ochoa
On 06/05/2020 14:25, Richard Biener wrote: On Wed, May 6, 2020 at 12:26 PM Erick Ochoa wrote: Hi, I am trying to find out how to use the alias and/or points-to analysis in GCC. Ideally, I would like to find a function that given an allocation site, the return value is a set of pointers whi

Re: Question about alias or points-to analysis

2020-05-06 Thread Richard Biener via Gcc
On Wed, May 6, 2020 at 12:26 PM Erick Ochoa wrote: > > Hi, > > I am trying to find out how to use the alias and/or points-to analysis > in GCC. Ideally, I would like to find a function that given an > allocation site, the return value is a set of pointers which may point > to memory allocated from