Searched refs:size_arg (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | value-prof.cc | 1507 interesting_stringop_to_profile_p (gcall *call, int *size_arg) in interesting_stringop_to_profile_p() argument 1517 *size_arg = 2; in interesting_stringop_to_profile_p() 1521 *size_arg = 2; in interesting_stringop_to_profile_p() 1525 *size_arg = 1; in interesting_stringop_to_profile_p() 1552 int size_arg; in gimple_stringop_fixed_value() local 1554 if (!interesting_stringop_to_profile_p (vcall_stmt, &size_arg)) in gimple_stringop_fixed_value() 1560 vcall_size = gimple_call_arg (vcall_stmt, size_arg); in gimple_stringop_fixed_value() 1583 gimple_call_set_arg (icall_stmt, size_arg, in gimple_stringop_fixed_value() 1648 int size_arg; in gimple_stringops_transform() local 1657 if (!interesting_stringop_to_profile_p (stmt, &size_arg)) in gimple_stringops_transform() [all …]
|
| D | ipa-modref.cc | 1426 unsigned int size_arg; in get_access_for_fnspec() local 1430 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg)) in get_access_for_fnspec() 1431 size = gimple_call_arg (call, size_arg); in get_access_for_fnspec() 4403 unsigned int size_arg; in get_access_for_fnspec() local 4407 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg)) in get_access_for_fnspec() 4413 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, size_arg); in get_access_for_fnspec() 4417 get_parm_type (e->callee->decl, size_arg)); in get_access_for_fnspec()
|
| D | tree-ssa-alias.cc | 2709 unsigned int size_arg; in check_fnspec() local 2714 (i, &size_arg)) in check_fnspec() 2715 size = gimple_call_arg (call, size_arg); in check_fnspec()
|