On Wed, Jul 06, 2005 at 09:40:08AM -0400, Michael Tegtmeyer wrote: > Thanks-intraprocedural is all I need. > > Sorry, bit new to gcc internals (coming from SUIF), is anything missing > from referenced_vars list or is it complete? docs in tree-dfa.c state > that it doesn't look in statement operands. Does it just collect this from > the symbol tables? > No. It collects only the variables that are actually referenced in the function body.
If you give us a few details of what you're looking for, we can probably help you better. Diego.