Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcgraphunit.c2245 int order_pos, new_order_pos = 0; in expand_all_functions() local
2255 order[new_order_pos++] = order[i]; in expand_all_functions()
2258 qsort (order, new_order_pos, sizeof (cgraph_node *), node_cmp); in expand_all_functions()
2260 for (i = new_order_pos - 1; i >= 0; i--) in expand_all_functions()
/dragonfly/contrib/gcc-4.7/gcc/
HDcgraphunit.c1885 int order_pos, new_order_pos = 0; in cgraph_expand_all_functions() local
1895 order[new_order_pos++] = order[i]; in cgraph_expand_all_functions()
1897 for (i = new_order_pos - 1; i >= 0; i--) in cgraph_expand_all_functions()