Home
last modified time | relevance | path

Searched refs:load_from_unmodified_param (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-prop.c977 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 Dipa-prop.cc994 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 DChangeLog-20166223 (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 DChangeLog-201739414 (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 DChangeLog-20124900 (load_from_unmodified_param): Likewise.
15368 (load_from_unmodified_param): Allow NULL parms_ainfo.
H A DChangeLog-20116305 (load_from_unmodified_param): New function.
H A DChangeLog-201437421 (load_from_unmodified_param): Accept func_body_info as a parameter