Home
last modified time | relevance | path

Searched refs:ipa_alloc_node_params (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c274 ipa_alloc_node_params (struct cgraph_node *node, int param_count) in ipa_alloc_node_params() function
297 && ipa_alloc_node_params (node, count_formal_params (node->decl))) in ipa_initialize_node_params()
4964 ipa_alloc_node_params (node, param_count); in ipa_read_node_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.cc278 ipa_alloc_node_params (struct cgraph_node *node, int param_count) in ipa_alloc_node_params() function
301 && ipa_alloc_node_params (node, count_formal_params (node->decl))) in ipa_initialize_node_params()
5215 ipa_alloc_node_params (node, param_count); in ipa_read_node_info()
H A DChangeLog-201738097 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
38099 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
39447 (ipa_alloc_node_params): Likewise.
H A DChangeLog-20196043 * ipa-prpo.c (ipa_alloc_node_params, ipa_initialize_node_params):
21987 (ipa_alloc_node_params): Same.
H A DChangeLog-202127010 * ipa-prop.c (ipa_alloc_node_params): Replaced IPA_NODE_REF_GET_CREATE
H A DChangeLog-202014333 * ipa-prop.c (ipa_alloc_node_params): Likewise.
H A DChangeLog-201324632 (ipa_alloc_node_params): Break out from ...