Searched refs:versionable (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa-hsa.c49 /* If NODE is not versionable, warn about not emiting HSAIL and return false.
55 if (!node->versionable)
H A Dipa-prop.h518 unsigned versionable : 1;
527 versionable (0)
H A Dcgraphclones.c404 new_node->versionable = versionable;
590 gcc_checking_assert (versionable); variable
H A Dcgraph.h941 versionable (false), can_change_signature (false),
1534 unsigned versionable : 1;
H A Dlto-cgraph.c508 bp_pack_value (&bp, node->versionable, 1);
1155 node->versionable = bp_unpack_value (bp, 1);
H A Dipa-cp.c600 else if (!node->versionable)
627 /* TODO: call is versionable if we make sure that all
650 fprintf (dump_file, "Function %s is not versionable, reason: %s.\n",
653 info->versionable = (reason == NULL);
662 return IPA_NODE_REF (node) && IPA_NODE_REF (node)->versionable;
H A Dipa-prop.c4325 new_info->versionable = old_info->versionable;
H A Dipa-fnsummary.c4122 node->versionable = tree_versionable_function_p (node->decl);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h663 unsigned versionable : 1;
672 node_calling_single_call (0), versionable (0)
H A Dcgraphclones.cc404 new_node->versionable = versionable;
591 gcc_checking_assert (versionable);
H A Dcgraph.h892 versionable (false), can_change_signature (false),
1478 unsigned versionable : 1;
H A Dlto-cgraph.cc512 bp_pack_value (&bp, node->versionable, 1);
1165 node->versionable = bp_unpack_value (bp, 1);
H A Dipa-cp.cc635 else if (!node->versionable)
662 /* TODO: call is versionable if we make sure that all
685 fprintf (dump_file, "Function %s is not versionable, reason: %s.\n",
688 info->versionable = (reason == NULL);
698 return info && info->versionable;
4052 if (info && info->versionable)
H A Dipa-prop.cc4559 new_info->versionable = old_info->versionable;
H A Dipa-fnsummary.cc4346 node->versionable = tree_versionable_function_p (node->decl);

Completed in 235 milliseconds