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

/freebsd-10.0-release/contrib/gcc/
H A Dipa-prop.c139 ipa_method_formal_count (struct cgraph_node *mt) function
170 XCNEWVEC (tree, ipa_method_formal_count (mt));
178 XCNEWVEC (bool, ipa_method_formal_count (mt));
194 count = ipa_method_formal_count (mt);
260 for (j = 0; j < ipa_method_formal_count (mt); j++)
275 count = ipa_method_formal_count (mt);
297 count = ipa_method_formal_count (mt);
610 count = ipa_method_formal_count (node);
635 count = ipa_method_formal_count (node);
H A Dipa-prop.h178 int ipa_method_formal_count (struct cgraph_node *);
H A Dipa-cp.c355 XCNEWVEC (struct ipcp_formal, ipa_method_formal_count (mt));
387 count = ipa_method_formal_count (node);
424 for (i = 0; i < ipa_method_formal_count (mt); i++)
534 != ipa_method_formal_count (cs->callee))
559 count = ipa_method_formal_count (node);
900 count = ipa_method_formal_count (orig_callee);
1023 count = ipa_method_formal_count (node);

Completed in 124 milliseconds