Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dipa.c194 cgraph_node_remove_callees (node); in cgraph_remove_unreachable_nodes()
H A Dcgraph.h266 void cgraph_node_remove_callees (struct cgraph_node *node);
H A Dtree-optimize.c454 cgraph_node_remove_callees (node); in tree_rest_of_compilation()
H A 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()
H A 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()
H A DChangeLog-200530368 (cgraph_node_remove_callees): Export.
30375 (cgraph_node_remove_callees): New function.
30379 cgraph_node_remove_callees instead of manual loop.
H A DChangeLog-20062651 cgraph_edge_remove_caller, cgraph_node_remove_callees,