You must be looking at old documentation or something.
Call's are represented by GIMPLE_CALL_STMT (or CALL_EXPR in older GCC'en).
There has been a callgraph for quite a long time (see cgraph*.c and cgraph*.h)

On Tue, Jul 7, 2009 at 7:26 AM, Nicolas
COLLIN<nicolas.col...@fr.thalesgroup.com> wrote:
> Hello,
> I looked at the part of the documentation about function bodies and I wonder
> something : is there a way to get the function calls from it ? Because I'd
> like to make a call graph which represent function and the functions it
> calls.
> Thank you.
>
> Nicolas COLLIN
>

Reply via email to