Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h54 bool ipa_make_function_pure (cgraph_node *, bool, bool);
H A Dipa-pure-const.cc1525 ipa_make_function_pure (struct cgraph_node *node, bool looping, bool local) in ipa_make_function_pure() function
1832 remove_p |= ipa_make_function_pure (w, this_looping, false); in propagate_pure_const()
2206 changed |= ipa_make_function_pure in execute()
H A Dipa-modref.cc3232 fixup_cfg = ipa_make_function_pure (fnode, in analyze_function()
4924 pureconst |= ipa_make_function_pure in modref_propagate_in_scc()
4935 pureconst |= ipa_make_function_pure in modref_propagate_in_scc()
H A DChangeLog-20214309 (ipa_make_function_pure): Likewise.
4476 fix call of ipa_make_function_const and ipa_make_function_pure.
4622 * ipa-pure-const.c (ipa_make_function_pure): Fix exit condition.
4711 (ipa_make_function_pure): Break out from ...
4715 (ipa_make_function_pure): Declare.
H A DChangeLog3442 * ipa-pure-const.cc (ipa_make_function_pure): Skip also
13827 (ipa_make_function_pure): Likewise.