Searched refs:load_from_unmodified_param (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-prop.c | 977 load_from_unmodified_param (struct ipa_func_body_info *fbi, in load_from_unmodified_param() function 1152 index = load_from_unmodified_param (fbi, descriptors, def); in ipa_load_from_parm_agg() 1189 int index = load_from_unmodified_param (fbi, info->descriptors, stmt); in load_from_unmodified_param_or_agg() 1305 index = load_from_unmodified_param (fbi, info->descriptors, in compute_complex_assign_jump_func() 1311 index = load_from_unmodified_param (fbi, info->descriptors, stmt); in compute_complex_assign_jump_func()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-prop.cc | 994 load_from_unmodified_param (struct ipa_func_body_info *fbi, in load_from_unmodified_param() function 1169 index = load_from_unmodified_param (fbi, descriptors, def); in ipa_load_from_parm_agg() 1206 int index = load_from_unmodified_param (fbi, info->descriptors, stmt); in load_from_unmodified_param_or_agg() 1389 index = load_from_unmodified_param (fbi, info->descriptors, in compute_complex_assign_jump_func() 1395 index = load_from_unmodified_param (fbi, info->descriptors, stmt); in compute_complex_assign_jump_func()
|
H A D | ChangeLog-2016 | 6223 (load_from_unmodified_param): Factor common part into load_from_param_1. 6482 (load_from_unmodified_param): Factor common part into load_from_param_1. 6590 (load_from_unmodified_param): Factor common part into load_from_param_1.
|
H A D | ChangeLog-2017 | 39414 (load_from_unmodified_param): Bits from load_from_param_1 put back 39418 with stmt. Reverted back to use of load_from_unmodified_param. 39450 (load_from_unmodified_param): Likewise.
|
H A D | ChangeLog-2012 | 4900 (load_from_unmodified_param): Likewise. 15368 (load_from_unmodified_param): Allow NULL parms_ainfo.
|
H A D | ChangeLog-2011 | 6305 (load_from_unmodified_param): New function.
|
H A D | ChangeLog-2014 | 37421 (load_from_unmodified_param): Accept func_body_info as a parameter
|