Searched refs:new_order_pos (Results 1 – 2 of 2) sorted by relevance
2245 int order_pos, new_order_pos = 0; in expand_all_functions() local2255 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()
1885 int order_pos, new_order_pos = 0; in cgraph_expand_all_functions() local1895 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()