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]

Which representation is best for analyzing dependencies of data and function?


Hello all,

I'm trying to figure out how to analyze dependencies of data and
functions by gcc.
First, I need to choose a representation to analyze.
There are several choices, such as, AST, GIMPLE, CFG, RTL.
I was wondering which should I choose for studying the dependencies of
data and functions?

Thanks in advance!

Sincerely,
YL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]