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

/freebsd-11.0-release/contrib/gcc/
H A Dipa-prop.h170 int ipa_callsite_param_count (struct cgraph_edge *);
H A Dipa-prop.c333 ipa_callsite_param_count (struct cgraph_edge *cs) function
391 XCNEWVEC (struct ipa_jump_func, ipa_callsite_param_count (cs));
439 if (ipa_callsite_param_count (cs) == 0)
H A Dipa-cp.c533 if (ipa_callsite_param_count (cs)
594 count = ipa_callsite_param_count (cs);
653 count = ipa_callsite_param_count (cs);

Completed in 175 milliseconds