Home
last modified time | relevance | path

Searched refs:first_function (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcgraph.h2143 inline cgraph_node *first_function (void);
2804 symbol_table::first_function (void) in first_function() function
2854 for ((node) = symtab->first_function (); (node); \
H A Dcgraphunit.c767 for (node = symtab->first_function (); node != first; in process_function_and_variable_attributes()
1099 first_analyzed = symtab->first_function (); in analyze_functions()
1281 first_analyzed = symtab->first_function (); in analyze_functions()
H A Dipa.c523 for (node = first_function (); node; node = next) in remove_unreachable_nodes()
H A Dipa-inline.c1575 for (node = symtab->first_function (); node != master_clone; in recursive_inlining()