Lines Matching refs:cgraph_node
58 update_noncloned_counts (struct cgraph_node *node, in update_noncloned_counts()
82 can_remove_node_now_p_1 (struct cgraph_node *node, struct cgraph_edge *e) in can_remove_node_now_p_1()
88 cgraph_node *alias = dyn_cast <cgraph_node *> (ref->referring); in can_remove_node_now_p_1()
117 can_remove_node_now_p (struct cgraph_node *node, struct cgraph_edge *e) in can_remove_node_now_p()
119 struct cgraph_node *next; in can_remove_node_now_p()
127 for (next = dyn_cast<cgraph_node *> (node->same_comdat_group); in can_remove_node_now_p()
128 next != node; next = dyn_cast<cgraph_node *> (next->same_comdat_group)) in can_remove_node_now_p()
142 master_clone_with_noninline_clones_p (struct cgraph_node *node) in master_clone_with_noninline_clones_p()
147 for (struct cgraph_node *n = node->clones; n; n = n->next_sibling_clone) in master_clone_with_noninline_clones_p()
167 struct cgraph_node *inlining_into; in clone_inlined_nodes()
216 struct cgraph_node *n; in clone_inlined_nodes()
246 check_speculations_1 (cgraph_node *n, vec<cgraph_edge *> *new_edges, in check_speculations_1()
287 check_speculations (cgraph_node *n, vec<cgraph_edge *> *new_edges) in check_speculations()
301 mark_all_inlined_calls_cdtor (cgraph_node *node) in mark_all_inlined_calls_cdtor()
332 struct cgraph_node *to = NULL; in inline_call()
335 struct cgraph_node *callee = e->callee->ultimate_alias_target (); in inline_call()
356 struct cgraph_node *target = to->callees->callee; in inline_call()
464 struct cgraph_node *alias = e->callee, *next_alias; in inline_call()
547 static struct cgraph_node *
548 save_inline_function_body (struct cgraph_node *node) in save_inline_function_body()
550 struct cgraph_node *first_clone, *n; in save_inline_function_body()
556 gcc_assert (node == cgraph_node::get (node->decl)); in save_inline_function_body()
578 gcc_assert (first_clone == cgraph_node::get (first_clone->decl)); in save_inline_function_body()
668 preserve_function_body_p (struct cgraph_node *node) in preserve_function_body_p()
683 inline_transform (struct cgraph_node *node) in inline_transform()