Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dcgraphunit.c1060 static struct cgraph_node *first_analyzed; in cgraph_finalize_compilation_unit() local
1061 struct cgraph_node *first_processed = first_analyzed; in cgraph_finalize_compilation_unit()
1092 for (node = cgraph_nodes; node != first_analyzed; node = node->next) in cgraph_finalize_compilation_unit()
1142 for (node = cgraph_nodes; node != first_analyzed; node = node->next) in cgraph_finalize_compilation_unit()
1152 for (node = cgraph_nodes; node != first_analyzed; node = next) in cgraph_finalize_compilation_unit()
1177 first_analyzed = cgraph_nodes; in cgraph_finalize_compilation_unit()