This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Wei Li <weili747@gmail.com> 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 Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |