On Feb 13, 2006, at 11:52 AM, Daniel Berlin wrote: > cgraph's varpool should have these. > > Look at ipa-type-escape.c for the varpool_nodes_queue walking code. Thanks for the guidance. I'm using gcc-4.0.2 sources and I could get the global variables by the cgraph_varpool_nodes. This is what I was looking for. Thank you again r-Q