Re: [EXT] Re: Mechanism to get at function information seems not to work

2020-01-03 Thread Gary Oblock
cc.gnu.org Subject: [EXT] Re: Mechanism to get at function information seems not to work External Email -- On Fri, 2020-01-03 at 23:02 +, Gary Oblock wrote: > I'm having some grief attempting to get at the local def

Re: Mechanism to get at function information seems not to work

2020-01-03 Thread David Malcolm
On Fri, 2020-01-03 at 23:02 +, Gary Oblock wrote: > I'm having some grief attempting to get at the local definitions > in LTO (more about the options used later.) > > Here's the sequence of code in my optimization (part of attempt > at structure reorganization optimizations.) > > cgraph_nod

Mechanism to get at function information seems not to work

2020-01-03 Thread Gary Oblock
I'm having some grief attempting to get at the local definitions in LTO (more about the options used later.) Here's the sequence of code in my optimization (part of attempt at structure reorganization optimizations.) cgraph_node* node; FOR_EACH_FUNCTION_WITH_GIMPLE_BODY ( node) { tree d