Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dipa-prop.c139 ipa_method_formal_count (struct cgraph_node *mt) in ipa_method_formal_count() function
170 XCNEWVEC (tree, ipa_method_formal_count (mt)); in ipa_method_tree_map_create()
178 XCNEWVEC (bool, ipa_method_formal_count (mt)); in ipa_method_modify_create()
194 count = ipa_method_formal_count (mt); in ipa_method_tree_map()
260 for (j = 0; j < ipa_method_formal_count (mt); j++) in ipa_method_modify_stmt()
275 count = ipa_method_formal_count (mt); in ipa_method_modify_init()
297 count = ipa_method_formal_count (mt); in ipa_method_compute_modify()
610 count = ipa_method_formal_count (node); in ipa_method_tree_print()
635 count = ipa_method_formal_count (node); in ipa_method_modify_print()
H A Dipa-cp.c355 XCNEWVEC (struct ipcp_formal, ipa_method_formal_count (mt)); in ipcp_formal_create()
387 count = ipa_method_formal_count (node); in ipcp_method_cval_print()
424 for (i = 0; i < ipa_method_formal_count (mt); i++) in ipcp_method_cval_init()
534 != ipa_method_formal_count (cs->callee)) in ipcp_init_stage()
559 count = ipa_method_formal_count (node); in ipcp_after_propagate()
900 count = ipa_method_formal_count (orig_callee); in ipcp_redirect()
1023 count = ipa_method_formal_count (node); in ipcp_insert_stage()
H A Dipa-prop.h178 int ipa_method_formal_count (struct cgraph_node *);