[LLVMdev] (no subject)
Xiaodong Li
xli3 at csil-suna33.cs.uiuc.edu
Tue Nov 12 16:56:00 PST 2002
Dear LLVM,
I need to do interprocedural analysis for my project. I was wondering if
you can tell me how to create Bottom Up DSGraph and Call Graph in the
program. I know
DSGraph *dsg = new DSGraph( F )
can create a DSGraph, but looks like that's only local DSGraph.
I also need to know how to create the call graph for the whole module in
the program.
Thanks,
xiaodong
More information about the llvm-dev
mailing list