Home
last modified time | relevance | path

Searched refs:get_modref_function_summary (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-modref.h74 modref_summary *get_modref_function_summary (cgraph_node *func);
75 modref_summary *get_modref_function_summary (gcall *call, bool *interposed);
H A Dtree-ssa-dse.cc327 modref_summary *summary = get_modref_function_summary (call, &interposed); in clear_bytes_written_by()
1235 modref_summary *summary = get_modref_function_summary (node); in dse_optimize_call()
H A Dgimple.cc1575 modref_summary *summary = node ? get_modref_function_summary (node) in gimple_call_arg_flags()
1603 modref_summary *summary = node ? get_modref_function_summary (node) in gimple_call_retslot_flags()
1631 modref_summary *summary = node ? get_modref_function_summary (node) in gimple_call_static_chain_flags()
H A Dtree-ssa-alias.cc2818 modref_summary *summary = get_modref_function_summary (node); in ref_maybe_used_by_call_p_1()
3043 modref_summary *summary = get_modref_function_summary (node); in call_may_clobber_ref_p_1()
3447 && (summary = get_modref_function_summary (node)) != NULL in stmt_kills_ref_p()
H A Dipa-modref.cc746 get_modref_function_summary (cgraph_node *func) in get_modref_function_summary() function
773 get_modref_function_summary (gcall *call, bool *interposed) in get_modref_function_summary() function
781 modref_summary *r = get_modref_function_summary (node); in get_modref_function_summary()
H A Dtree-ssa-structalias.cc4237 && (summary = get_modref_function_summary (node))) in determine_global_memory_access()
H A Dtree-ssa-sccvn.cc5173 && (((summary = get_modref_function_summary (stmt, NULL)) in visit_reference_op_call()
H A DChangeLog-20211345 * ipa-modref.c (get_modref_function_summary): Use ultimate_alias_target.
3194 (get_modref_function_summary): Likewise.
3929 * ipa-modref.c (get_modref_function_summary): Declare.
3930 * ipa-modref.h (get_modref_function_summary): New function.
H A DChangeLog-20204810 (get_modref_function_summary): Be read for current_function_decl
9657 (get_modref_function_summary): Use optimization_summary.