Home
last modified time | relevance | path

Searched refs:node_is_self_scc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.h659 unsigned node_is_self_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()
3356 ? (info->node_is_self_scc ? ", self_scc" : ", scc") : "", in good_cloning_opportunity_p()
3375 ? (info->node_is_self_scc ? ", self_scc" : ", scc") : "", in good_cloning_opportunity_p()
3882 info->node_is_self_scc = self_scc; in propagate_constants_topo()
H A DChangeLog-20191983 (good_cloning_opportunity_p): Dump node_is_self_scc flag.
1984 (propagate_constants_topo): Set node_is_self_scc flag for cgraph node.
1987 * ipa-prop.h (ipa_node_params): Add new field node_is_self_scc.
H A DChangeLog-20212937 node_is_self_scc.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.h514 unsigned node_is_self_scc : 1; in class() local
H A Dipa-cp.c3232 if (info->node_within_scc && !info->node_is_self_scc)
3280 ? (info->node_is_self_scc ? ", self_scc" : ", scc") : "",
3299 ? (info->node_is_self_scc ? ", self_scc" : ", scc") : "",
3832 info->node_is_self_scc = self_scc;