Searched refs:ignore_stores_p (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-modref.cc | 818 ignore_stores_p (tree caller, int flags) in ignore_stores_p() function 912 if (ignore_stores_p (current_function_decl, callee_ecf_flags)) in may_access_nonescaping_parm_p() 1400 if (!ignore_stores_p (current_function_decl, flags)) in merge_call_side_effects() 1487 if (!ignore_stores_p (current_function_decl, flags)) in process_fnspec() 1543 if (ignore_stores_p (current_function_decl, flags)) in process_fnspec() 2469 bool ignore_stores = ignore_stores_p (current_function_decl, in analyze_ssa_name() 4576 if (ignore_stores_p (node->decl, ecf_flags)) in propagate_unknown_call() 4626 if (!ignore_stores_p (node->decl, ecf_flags)) in propagate_unknown_call() 4745 bool ignore_stores = ignore_stores_p (cur->decl, flags); in modref_propagate_in_scc() 5022 bool ignore_stores = ignore_stores_p (caller, callee_ecf_flags); in modref_merge_call_site_flags() [all …]
|
H A D | ChangeLog-2020 | 4630 (ignore_stores_p): Also ignore for const. 9452 fix parameter of ignore_stores_p.
|
H A D | ChangeLog-2021 | 3345 (ignore_stores_p): Likewise.
|