Home
last modified time | relevance | path

Searched refs:node_within_scc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h512 unsigned node_within_scc : 1; in class() local
526 node_dead (0), node_within_scc (0), node_calling_single_call (0), in ipa_node_params()
H A Dipa-cp.c3232 if (info->node_within_scc && !info->node_is_self_scc)
3279 info->node_within_scc
3298 info->node_within_scc
3824 info->node_within_scc = true;
4226 if (!hot && IPA_NODE_REF (dest)->node_within_scc)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h657 unsigned node_within_scc : 1; in class() local
671 node_dead (0), node_within_scc (0), node_is_self_scc (0), in ipa_node_params()
H A Dipa-cp.cc3308 if (info->node_within_scc && !info->node_is_self_scc) in incorporate_penalties()
3355 info->node_within_scc in good_cloning_opportunity_p()
3374 info->node_within_scc in good_cloning_opportunity_p()
3874 info->node_within_scc = true; in propagate_constants_topo()
4378 if (!hot && ipa_node_params_sum->get (dest)->node_within_scc) in get_info_about_necessary_edges()
H A DChangeLog-201537091 * ipa-prop.h (ipa_node_params): New flags node_within_scc and
37099 (propagate_constants_topo): Set node_within_scc flag if appropriate.