Home
last modified time | relevance | path

Searched refs:set_call_stmt (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcgraphclones.cc774 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 Dcgraph.cc788 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 Dcgraph.h1708 static cgraph_edge *set_call_stmt (cgraph_edge *e, gcall *new_stmt,
H A DChangeLog.gimple-classes300 (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 Dtree-inline.cc2341 edge = cgraph_edge::set_call_stmt (edge, call_stmt); in copy_bb()
H A DChangeLog-202036970 (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 DChangeLog-202131499 * cgraph.c (cgraph_edge::set_call_stmt): Do not update all
H A DChangeLog-20187487 * cgraph.c (cgraph_edge::set_call_stmt): Pass a function to
H A DChangeLog-201538357 (cgraph_edge::set_call_stmt): Likewise.
H A DChangeLog-201425360 (void set_call_stmt (gimple new_stmt, bool update_speculative = true)):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphclones.c762 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 Dcgraph.c780 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 Dcgraph.h1752 static cgraph_edge *set_call_stmt (cgraph_edge *e, gcall *new_stmt,
H A Dtree-inline.c2303 edge = cgraph_edge::set_call_stmt (edge, call_stmt); in copy_bb()