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