Searched refs:resolve_speculation (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-inline.cc | 1896 cgraph_edge::resolve_speculation (edge); in resolve_noninline_speculation() 2065 cgraph_edge::resolve_speculation (edge); in inline_small_functions() 2809 cgraph_edge::resolve_speculation (edge); in ipa_inline()
|
H A D | ipa-inline-transform.cc | 270 cgraph_edge::resolve_speculation (e, NULL); in check_speculations_1()
|
H A D | ipa-utils.cc | 691 cgraph_edge::resolve_speculation (e, NULL); in ipa_merge_profiles()
|
H A D | cgraph.cc | 1208 cgraph_edge::resolve_speculation (cgraph_edge *edge, tree callee_decl) in resolve_speculation() function in cgraph_edge 1319 edge = direct->resolve_speculation (direct, NULL); in make_direct() 1333 cgraph_edge *e2 = resolve_speculation (found, callee->decl); in make_direct()
|
H A D | cgraph.h | 1828 static cgraph_edge *resolve_speculation (cgraph_edge *edge,
|
H A D | ipa-fnsummary.cc | 257 e = cgraph_edge::resolve_speculation (e, target->decl); in redirect_to_unreachable()
|
H A D | ChangeLog-2020 | 7111 (cgraph_edge::resolve_speculation): Fix formating 36935 * cgraph.c (cgraph_edge::resolve_speculation): Only lookup direct edge 36978 (cgraph_edge::resolve_speculation): Rewrite to new API. 37526 * cgraph.c (cgraph_edge::resolve_speculation, 37664 * cgraph.c (cgraph_edge::resolve_speculation): Fix foramting. 38352 (cgraph_edge::resolve_speculation): Decrease the speculations 39213 resolve_speculation and redirect_call_stmt_to_callee static. Change 39221 (cgraph_edge::resolve_speculation): Likewise, adjust call to remove. 39223 resolve_speculation. 39238 resolve_speculation and make_direct. [all …]
|
H A D | ChangeLog-2017 | 7288 (cgraph_edge::resolve_speculation): Do not update frequencies 29815 (cgraph_edge::resolve_speculation): Likewise. 30552 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
|
H A D | ChangeLog-2014 | 1790 (cgraph_edge::resolve_speculation): Likewise. 25375 (cgraph_edge *resolve_speculation (tree callee_decl)):
|
H A D | ChangeLog-2019 | 19539 edge->indirect_unknown_callee as edge->resolve_speculation can
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-inline.c | 1836 cgraph_edge::resolve_speculation (edge); in resolve_noninline_speculation() 2000 cgraph_edge::resolve_speculation (edge); in inline_small_functions() 2744 cgraph_edge::resolve_speculation (edge); in ipa_inline()
|
H A D | ipa-utils.c | 691 cgraph_edge::resolve_speculation (e, NULL); in ipa_merge_profiles()
|
H A D | ipa-inline-transform.c | 261 cgraph_edge::resolve_speculation (e, NULL); in check_speculations_1()
|
H A D | cgraph.c | 1198 cgraph_edge::resolve_speculation (cgraph_edge *edge, tree callee_decl) in resolve_speculation() function 1309 edge = direct->resolve_speculation (direct, NULL); in make_direct() 1323 cgraph_edge *e2 = resolve_speculation (found, callee->decl); in make_direct()
|
H A D | cgraph.h | 1872 static cgraph_edge *resolve_speculation (cgraph_edge *edge,
|
H A D | ipa-fnsummary.c | 248 e = cgraph_edge::resolve_speculation (e, target->decl); in redirect_to_unreachable()
|