Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.h2119 inline varpool_node *first_variable (void);
2679 symbol_table::first_variable (void) in first_variable() function
2700 for ((node) = symtab->first_variable (); \
H A Dcgraphunit.c800 for (vnode = symtab->first_variable (); vnode != first_var; in process_function_and_variable_attributes()
1098 first_analyzed_var = symtab->first_variable (); in analyze_functions()
1282 first_analyzed_var = symtab->first_variable (); in analyze_functions()
H A Dipa.c602 for (vnode = first_variable (); vnode; vnode = vnext) in remove_unreachable_nodes()