Searched refs:init_lowered_empty_function (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | symtab-thunks.cc | 463 = init_lowered_empty_function (thunk_fndecl, true, cfg_count); in expand_thunk()
|
H A D | cgraphunit.cc | 1700 init_lowered_empty_function (tree decl, bool in_ssa, profile_count count) in init_lowered_empty_function() function
|
H A D | cgraph.h | 2605 basic_block init_lowered_empty_function (tree, bool, profile_count);
|
H A D | ChangeLog-2012 | 5083 (init_lowered_empty_function): Expose function. 5089 (init_lowered_empty_function): Make non-static. New parameter in_ssa. 5090 (assemble_thunk): Add parameter to call to init_lowered_empty_function. 16157 * cgraphunit.c (init_lowered_empty_function): Do not set 23889 * cgraphunit.c (init_lowered_empty_function): Adjust.
|
H A D | ChangeLog-2017 | 8555 * cgraphunit.c (init_lowered_empty_function): Do not initialize 10920 * cgraphunit.c (init_lowered_empty_function): Update. 25946 * cgraphunit.c (init_lowered_empty_function): Update. 28714 init_lowered_empty_function call. 28880 (init_lowered_empty_function): Update.
|
H A D | ChangeLog-2015 | 35833 * cgraphunit.c (init_lowered_empty_function): Use the GIMPLE 41217 * cgraphunit.c (init_lowered_empty_function): Add CoUNT parameter; 41221 * cgraph.h (init_lowered_empty_function): Update prototype.
|
H A D | ChangeLog-2016 | 17774 * cgraphunit.c (init_lowered_empty_function): Likewise. 26260 * cgraphunit.c (init_lowered_empty_function): Always
|
H A D | ChangeLog-2013 | 6254 * cgraphunit.c (init_lowered_empty_function): Remove uses of macros: 27424 (init_lowered_empty_function): Initialize the loop tree.
|
H A D | ChangeLog-2009 | 1558 (init_lowered_empty_function): New.
|
H A D | ChangeLog-2011 | 20710 * cgraphunit.c (init_lowered_empty_function): Fix properties.
|
H A D | ChangeLog-2014 | 38119 (init_lowered_empty_function): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphunit.c | 1688 init_lowered_empty_function (tree decl, bool in_ssa, profile_count count) in init_lowered_empty_function() function 2008 = init_lowered_empty_function (thunk_fndecl, true, cfg_count); in expand_thunk()
|
H A D | cgraph.h | 2626 basic_block init_lowered_empty_function (tree, bool, profile_count);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2927 *empty_bb = init_lowered_empty_function (decl, false, in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2797 *empty_bb = init_lowered_empty_function (decl, false, in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 25016 *empty_bb = init_lowered_empty_function (decl, false, in make_resolver_func()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 24330 *empty_bb = init_lowered_empty_function (decl, false, in make_resolver_func()
|