Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dipa-utils.h43 bool ipa_edge_within_scc (struct cgraph_edge *);
Dipa-sra.cc3209 if (ipa_edge_within_scc (cs)) in propagate_used_to_scc_callers()
3381 bool cross_scc = !ipa_edge_within_scc (cs); in param_splitting_across_edge()
3600 if (!ipa_edge_within_scc (cs) in retval_used_p()
3891 if (!ipa_edge_within_scc (cs)) in ipa_sra_analysis()
3972 if (ipa_edge_within_scc (cs) in ipa_sra_analysis()
Dipa-cp.cc1981 if (ipa_edge_within_scc (cs)) in add_value()
2082 if (opcode != NOP_EXPR && ipa_edge_within_scc (cs)) in propagate_vals_across_arith_jfunc()
2196 if (ipa_edge_within_scc (cs)) in propagate_vals_across_ancestor()
2490 else if (!ipa_edge_within_scc (cs)) in propagate_vr_across_jump_function()
3864 if (ipa_edge_within_scc (cs)) in propagate_constants_topo()
3900 if (!ipa_edge_within_scc (cs)) in propagate_constants_topo()
6317 if (ipa_edge_within_scc (cs)) in spread_undeadness()
6347 else if (!ipa_edge_within_scc (cs)) in has_undead_caller_from_outside_scc_p()
Dipa-utils.cc252 ipa_edge_within_scc (struct cgraph_edge *cs) in ipa_edge_within_scc() function
DChangeLog-201312015 (ipa_edge_within_scc): Likewise.
14776 * ipa-utils.h (ipa_edge_within_scc): Declare.
14778 * ipa-utils.c (ipa_edge_within_scc): ...here. Updated all callers.