This is the mail archive of the gcc@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]

how to load a cfg from a file by tree-ssa


Hi all,
I need to load a control flow graph (cfg) in a C structure because I'd
like to optimize the graph. I've found this library
http://people.redhat.com/dnovillo/pub/tree-ssa/doc/html/files.html
but I don't understand how to use it to build such structure from a file .cfg
Is there in C a structure that represents a cfg?
Is there in C a function that construct automatically such structure
from a file?
Thanks to all,

Andrea


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