Searched refs:ipa_method_formal_count (Results 1 – 3 of 3) sorted by relevance
139 ipa_method_formal_count (struct cgraph_node *mt) in ipa_method_formal_count() function170 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()
355 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()
178 int ipa_method_formal_count (struct cgraph_node *);