Searched refs:get_modref_function_summary (Results 1 – 9 of 9) sorted by relevance
74 modref_summary *get_modref_function_summary (cgraph_node *func);75 modref_summary *get_modref_function_summary (gcall *call, bool *interposed);
327 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()
1575 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()
2818 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()
746 get_modref_function_summary (cgraph_node *func) in get_modref_function_summary() function773 get_modref_function_summary (gcall *call, bool *interposed) in get_modref_function_summary() function781 modref_summary *r = get_modref_function_summary (node); in get_modref_function_summary()
4237 && (summary = get_modref_function_summary (node))) in determine_global_memory_access()
5173 && (((summary = get_modref_function_summary (stmt, NULL)) in visit_reference_op_call()
1345 * 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.
4810 (get_modref_function_summary): Be read for current_function_decl9657 (get_modref_function_summary): Use optimization_summary.