Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dipa-utils.c69 int order_pos; member
144 env->result[env->order_pos++] = x; in searchc()
148 env->result[env->order_pos++] = v; in searchc()
167 env.order_pos = 0; in ipa_utils_reduced_inorder()
204 return env.order_pos; in ipa_utils_reduced_inorder()
Dipa-reference.c900 int order_pos = order_pos = ipa_utils_reduced_inorder (order, false, true); in static_execute() local
1008 for (i = 0; i < order_pos; i++ ) in static_execute()
1031 for (i = 0; i < order_pos; i++ ) in static_execute()
1063 order_pos = ipa_utils_reduced_inorder (order, true, true); in static_execute()
1065 ipa_utils_print_order(dump_file, "reduced", order, order_pos); in static_execute()
1067 for (i = 0; i < order_pos; i++ ) in static_execute()
1167 for (i = 0; i < order_pos; i++ ) in static_execute()
1185 for (i = 0; i < order_pos; i++ ) in static_execute()
1263 for (i = 0; i < order_pos; i++ ) in static_execute()
Dipa.c35 int order_pos = 0; in cgraph_postorder() local
77 order[order_pos++] = node2; in cgraph_postorder()
88 return order_pos; in cgraph_postorder()
Dipa-pure-const.c602 int order_pos = order_pos = ipa_utils_reduced_inorder (order, true, false); in static_execute() local
632 ipa_utils_print_order(dump_file, "reduced", order, order_pos); in static_execute()
639 for (i = 0; i < order_pos; i++ ) in static_execute()
Dcgraphunit.c1304 int order_pos = 0, new_order_pos = 0; in cgraph_expand_all_functions() local
1307 order_pos = cgraph_postorder (order); in cgraph_expand_all_functions()
1308 gcc_assert (order_pos == cgraph_n_nodes); in cgraph_expand_all_functions()
1312 for (i = 0; i < order_pos; i++) in cgraph_expand_all_functions()