Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDcgraphunit.c1074 static struct cgraph_node *first_analyzed; in cgraph_finalize_compilation_unit() local
1075 struct cgraph_node *first_processed = first_analyzed; in cgraph_finalize_compilation_unit()
1106 for (node = cgraph_nodes; node != first_analyzed; node = node->next) in cgraph_finalize_compilation_unit()
1156 for (node = cgraph_nodes; node != first_analyzed; node = node->next) in cgraph_finalize_compilation_unit()
1166 for (node = cgraph_nodes; node != first_analyzed; node = next) in cgraph_finalize_compilation_unit()
1191 first_analyzed = cgraph_nodes; in cgraph_finalize_compilation_unit()