Home
last modified time | relevance | path

Searched refs:cgraph_node_remove_callees (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dipa.c194 cgraph_node_remove_callees (node); in cgraph_remove_unreachable_nodes()
Dcgraph.h266 void cgraph_node_remove_callees (struct cgraph_node *node);
Dtree-optimize.c454 cgraph_node_remove_callees (node); in tree_rest_of_compilation()
Dcgraphunit.c436 cgraph_node_remove_callees (node); in cgraph_reset_node()
665 cgraph_node_remove_callees (node); in rebuild_cgraph_edges()
1272 cgraph_node_remove_callees (node); in cgraph_expand_function()
Dcgraph.c494 cgraph_node_remove_callees (struct cgraph_node *node) in cgraph_node_remove_callees() function
535 cgraph_node_remove_callees (node); in cgraph_remove_node()
DChangeLog-200530368 (cgraph_node_remove_callees): Export.
30375 (cgraph_node_remove_callees): New function.
30379 cgraph_node_remove_callees instead of manual loop.
DChangeLog-20062651 cgraph_edge_remove_caller, cgraph_node_remove_callees,