Searched refs:call_edge_duplication_hooks (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphclones.cc | 151 symtab->call_edge_duplication_hooks (this, new_edge); in clone() 261 symtab->call_edge_duplication_hooks (thunk->callees, e); in duplicate_thunk_for_node()
|
H A D | cgraph.cc | 449 symbol_table::call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2) in call_edge_duplication_hooks() function in symbol_table 1128 symtab->call_edge_duplication_hooks (this, e2); in make_speculative()
|
H A D | cgraph.h | 2415 void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2);
|
H A D | ChangeLog-2014 | 25468 (void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2)):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphclones.c | 149 symtab->call_edge_duplication_hooks (this, new_edge); in clone() 255 symtab->call_edge_duplication_hooks (thunk->callees, e); in duplicate_thunk_for_node()
|
H A D | cgraph.c | 446 symbol_table::call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2) in call_edge_duplication_hooks() function 1118 symtab->call_edge_duplication_hooks (this, e2); in make_speculative()
|
H A D | cgraph.h | 2445 void call_edge_duplication_hooks (cgraph_edge *cs1, cgraph_edge *cs2);
|