Re: dependency graph at the SSA level

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Wei Li <weili747@xxxxxxxxx> writes:

> I want to get data dependency graphs for each function with in a given
> program at the SSA level using the GCC. What is the best way to get
> it?

See the -fdump-tree-xxx options.  But gcc doesn't output any actual
graph.  You would have to construct a graph from the vops in the dump
files.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux