Searched refs:set_call_stmt (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphclones.cc | 774 cgraph_edge::set_call_stmt (master_edge, new_stmt, update_speculative); in set_call_stmt_including_clones() 783 edge = cgraph_edge::set_call_stmt (edge, new_stmt, in set_call_stmt_including_clones() 852 edge = cgraph_edge::set_call_stmt (edge, stmt); in create_edge_including_clones()
|
H A D | cgraph.cc | 788 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt, in set_call_stmt() function in cgraph_edge 822 cgraph_edge *d2 = set_call_stmt (d, new_stmt, false); in set_call_stmt() 834 indirect = set_call_stmt (indirect, new_stmt, false); in set_call_stmt() 1477 cgraph_edge::set_call_stmt (e, new_stmt, false); in redirect_call_stmt_to_callee() 1647 cgraph_edge::set_call_stmt (node->get_edge (old_stmt), in cgraph_update_edges_for_call_stmt_node() 1662 cgraph_edge::set_call_stmt (e, as_a <gcall *> (new_stmt)); in cgraph_update_edges_for_call_stmt_node() 1694 cgraph_edge::set_call_stmt (node->get_edge (old_stmt), in cgraph_update_edges_for_call_stmt_node()
|
H A D | cgraph.h | 1708 static cgraph_edge *set_call_stmt (cgraph_edge *e, gcall *new_stmt,
|
H A D | ChangeLog.gimple-classes | 300 (set_call_stmt): Likewise. 2248 (cgraph_edge::set_call_stmt): Likewise for param "new_stmt". 2252 * cgraph.c (cgraph_edge::set_call_stmt): Require a gimple_call
|
H A D | tree-inline.cc | 2341 edge = cgraph_edge::set_call_stmt (edge, call_stmt); in copy_bb()
|
H A D | ChangeLog-2020 | 36970 (cgraph_edge::set_call_stmt): Update handling of speculative calls. 39212 * cgraph.h (cgraph_edge): Make remove, set_call_stmt, make_direct, 39214 return type of set_call_stmt to cgraph_edge *. 39217 * cgraph.c (cgraph_edge::set_call_stmt): Make return cgraph-edge *, 39225 call to set_call_stmt. 39227 set_call_stmt and remove. 39229 Renamed edge to master_edge. Adjusted calls to set_call_stmt. 39232 set_call_stmt. 39258 * tree-inline.c (copy_bb): Adjust call to set_call_stmt.
|
H A D | ChangeLog-2021 | 31499 * cgraph.c (cgraph_edge::set_call_stmt): Do not update all
|
H A D | ChangeLog-2018 | 7487 * cgraph.c (cgraph_edge::set_call_stmt): Pass a function to
|
H A D | ChangeLog-2015 | 38357 (cgraph_edge::set_call_stmt): Likewise.
|
H A D | ChangeLog-2014 | 25360 (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cgraphclones.c | 762 cgraph_edge::set_call_stmt (master_edge, new_stmt, update_speculative); in set_call_stmt_including_clones() 771 edge = cgraph_edge::set_call_stmt (edge, new_stmt, in set_call_stmt_including_clones() 840 edge = cgraph_edge::set_call_stmt (edge, stmt); in create_edge_including_clones()
|
H A D | cgraph.c | 780 cgraph_edge::set_call_stmt (cgraph_edge *e, gcall *new_stmt, in set_call_stmt() function 814 cgraph_edge *d2 = set_call_stmt (d, new_stmt, false); in set_call_stmt() 826 indirect = set_call_stmt (indirect, new_stmt, false); in set_call_stmt() 1461 cgraph_edge::set_call_stmt (e, new_stmt, false); in redirect_call_stmt_to_callee() 1638 cgraph_edge::set_call_stmt (node->get_edge (old_stmt), in cgraph_update_edges_for_call_stmt_node() 1653 cgraph_edge::set_call_stmt (e, as_a <gcall *> (new_stmt)); in cgraph_update_edges_for_call_stmt_node() 1685 cgraph_edge::set_call_stmt (node->get_edge (old_stmt), in cgraph_update_edges_for_call_stmt_node()
|
H A D | cgraph.h | 1752 static cgraph_edge *set_call_stmt (cgraph_edge *e, gcall *new_stmt,
|
H A D | tree-inline.c | 2303 edge = cgraph_edge::set_call_stmt (edge, call_stmt); in copy_bb()
|