Searched refs:gimple_call_arg_flags (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-uninit.cc | 842 if (gimple_call_arg_flags (stmt, argno - 1) in maybe_warn_pass_by_reference()
|
H A D | ipa-modref.cc | 925 gimple_call_arg_flags (call, i) | implicit_flags, in may_access_nonescaping_parm_p() 2545 int call_flags = gimple_call_arg_flags (call, i); in analyze_ssa_name() 2569 (gimple_call_arg_flags (call, i), ignore_stores); in analyze_ssa_name()
|
H A D | ChangeLog.gimple-classes | 425 (gimple_call_arg_flags): Likewise. 628 (gimple_call_arg_flags): Likewise. 1753 Concretize gimple_call_arg_flags 1755 * gimple.h (gimple_call_arg_flags): Require a const_gimple_call 1759 (gimple_call_arg_flags): Likewise.
|
H A D | gimple.cc | 1564 gimple_call_arg_flags (const gcall *stmt, unsigned arg) in gimple_call_arg_flags() function
|
H A D | tree-ssa-alias.cc | 2916 int flags = gimple_call_arg_flags (call, i); in ref_maybe_used_by_call_p_1()
|
H A D | gimple.h | 1591 int gimple_call_arg_flags (const gcall *, unsigned);
|
H A D | tree-ssa-structalias.cc | 4310 int flags = gimple_call_arg_flags (stmt, i); in handle_rhs_call()
|
H A D | ChangeLog-2021 | 4407 * gimple.c (gimple_call_arg_flags): ... here. 5497 * gimple.c (gimple_call_arg_flags): Update for new flags. 6104 * gimple.c (gimple_call_arg_flags): Use interposable_eaf_flags. 16148 * gimple.c (gimple_call_arg_flags): Use it in IPA PTA.
|
H A D | ChangeLog-2020 | 3181 * gimple.c (gimple_call_arg_flags): Also imply EAF_NODIRECTESCAPE. 4802 (gimple_call_arg_flags): Use modref to determine flags. 7913 (gimple_call_arg_flags): Update. 11225 * gimple.c (gimple_call_arg_flags): Use attr_fnspec.
|
H A D | ChangeLog-2010 | 31906 (gimple_call_arg_flags): Likewise. 31907 * gimple.c (gimple_call_arg_flags): New function.
|
H A D | ChangeLog-2011 | 28956 (gimple_call_arg_flags, gimple_call_return_flags): Use it. 30823 (gimple_call_arg_flags): Likewise.
|
H A D | ChangeLog-2014 | 4562 (gimple_call_arg_flags): Likewise. 4768 (gimple_call_arg_flags): Require a const gcall *.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 1521 gimple_call_arg_flags (const gcall *stmt, unsigned arg) in gimple_call_arg_flags() function
|
H A D | tree-ssa-alias.c | 2691 int flags = gimple_call_arg_flags (call, i); in ref_maybe_used_by_call_p_1()
|
H A D | gimple.h | 1588 int gimple_call_arg_flags (const gcall *, unsigned);
|
H A D | tree-ssa-structalias.c | 4018 int flags = gimple_call_arg_flags (stmt, i); in handle_rhs_call()
|