Home
last modified time | relevance | path

Searched refs:cgraph_remove_node (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dipa.c171 cgraph_remove_node (node); in cgraph_remove_unreachable_nodes()
198 cgraph_remove_node (node); in cgraph_remove_unreachable_nodes()
H A Dcgraph.h265 void cgraph_remove_node (struct cgraph_node *);
H A Dcgraph.c529 cgraph_remove_node (struct cgraph_node *node) in cgraph_remove_node() function
540 cgraph_remove_node (node->nested); in cgraph_remove_node()
H A Dipa-inline.c685 cgraph_remove_node (node); in cgraph_decide_recursive_inlining()
687 cgraph_remove_node (master_clone); in cgraph_decide_recursive_inlining()
H A Dcgraphunit.c432 cgraph_remove_node (n); in cgraph_reset_node()
1178 cgraph_remove_node (node); in cgraph_finalize_compilation_unit()
H A Dtree-inline.c2173 cgraph_remove_node (cg_edge->callee); in expand_call_inline()
H A DChangeLog-20062652 cgraph_remove_node): Maintain call site hash.
3189 * cgraph.c (cgraph_remove_node): Clear needed, reachable, next, previous
3191 * cgraphunit.c (cgraph_reset_node): Expect cgraph_remove_node to kill
3249 * cgraph.c (cgraph_remove_node): Do not check if dumps
H A DChangeLog.tree-ssa2142 (cgraph_remove_node): Release DECL_SAVED_INSNS too.
3797 * cgraph.c (cgraph_remove_node): Ignore DECL_EXTERNAL clones.
4003 (cgraph_remove_node): Decrease cgraph_n_nodes; do not clear
4176 (cgraph_remove_node): Aggressively elliminate dead nodes;
H A DChangeLog-200414518 * cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.
15005 * cgraph.c (cgraph_remove_node): TDF_all -> TDF_tree_all.
32208 (cgraph_remove_node): Pass the node directly to htab_find_slot.
32374 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
32556 * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)
36752 (cgraph_remove_node): Update all new datastructures.
36773 (cgraph_finalize_function): Update call of cgraph_remove_node
44718 * cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
46212 * cgraph.c (cgraph_remove_node): Fix removal from linked list.
H A DChangeLog-2005870 (cgraph_remove_node): Use explicit cast when converting from void *.
13882 * cgraph.c (cgraph_remove_node): Do not release function bodies until
16353 (cgraph_remove_node): Likewise.
28001 * cgraph.c (cgraph_remove_node): Remove from doubly linked chain.
28250 * cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether
30377 (cgraph_remove_node): Use.
H A DChangeLog-20036915 (cgraph_remove_node): Use NO_INSERT.
13367 * cgraph.c (cgraph_remove_node): Clear the hash table slot.
30534 (cgraph_remove_node): New.
30544 (cgraph_remove_node): New function.