Re: Getting function pointer from basic block or gimple statement

2019-11-15 Thread Richard Biener
On Fri, Nov 15, 2019 at 2:25 PM Shubham Narlawar wrote: > > Hello, > > From the gimple statement or basic block, is there any way to get > function pointer? From gimple structure, I am able to get basic block > but unable to get function pointer neither from basic block nor > gimple. There is no

Getting function pointer from basic block or gimple statement

2019-11-15 Thread Shubham Narlawar
Hello, >From the gimple statement or basic block, is there any way to get function pointer? From gimple structure, I am able to get basic block but unable to get function pointer neither from basic block nor gimple. Regards, Shubham