Searched refs:first_analyzed (Results 1 – 1 of 1) sorted by relevance
1060 static struct cgraph_node *first_analyzed; in cgraph_finalize_compilation_unit() local1061 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()