Home
last modified time | relevance | path

Searched refs:cgraph_varpool_nodes (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dcgraph.c140 struct cgraph_varpool_node *cgraph_varpool_nodes; variable
816 for (node = cgraph_varpool_nodes; node; node = node->next_needed) in dump_varpool()
860 node->next = cgraph_varpool_nodes; in cgraph_varpool_node()
861 cgraph_varpool_nodes = node; in cgraph_varpool_node()
871 for (node = cgraph_varpool_nodes; node ; node = node->next) in cgraph_varpool_node_for_asm()
Dcgraph.h254 extern GTY(()) struct cgraph_varpool_node *cgraph_varpool_nodes;
Dcgraphunit.c1027 for (vnode = cgraph_varpool_nodes; vnode != first_var; vnode = vnode->next) in process_function_and_variable_attributes()
1087 first_analyzed_var = cgraph_varpool_nodes; in cgraph_finalize_compilation_unit()
1134 first_analyzed_var = cgraph_varpool_nodes; in cgraph_finalize_compilation_unit()