Re: Build DDG from multiple BBs
On Tue, 2005-09-20 at 13:50 -0400, [EMAIL PROTECTED] wrote: > Does GCC have a function to build a data dependence graph (DDG) across > multiple basic blocks? No. The best we have is create_ddg in ddg.c
Build DDG from multiple BBs
Does GCC have a function to build a data dependence graph (DDG) across multiple basic blocks? I think sched-rgn.c has something similar, but I was hoping for a more general interface. Thanks, Chad