Lines Matching refs:cgraph_node

93 cgraph_edge::clone (cgraph_node *n, gcall *call_stmt, unsigned stmt_uid,  in clone()
110 cgraph_node *callee = cgraph_node::get (decl); in clone()
157 set_new_clone_decl_and_node_flags (cgraph_node *new_node) in set_new_clone_decl_and_node_flags()
180 static cgraph_node *
181 duplicate_thunk_for_node (cgraph_node *thunk, cgraph_node *node) in duplicate_thunk_for_node()
183 cgraph_node *new_thunk, *thunk_of; in duplicate_thunk_for_node()
242 new_thunk = cgraph_node::create (new_decl); in duplicate_thunk_for_node()
266 cgraph_edge::redirect_callee_duplicating_thunks (cgraph_node *n) in redirect_callee_duplicating_thunks()
268 cgraph_node *orig_to = callee->ultimate_alias_target (); in redirect_callee_duplicating_thunks()
279 cgraph_node::expand_all_artificial_thunks () in expand_all_artificial_thunks()
285 cgraph_node *thunk = e->caller; in expand_all_artificial_thunks()
302 dump_callgraph_transformation (const cgraph_node *original, in dump_callgraph_transformation()
303 const cgraph_node *clone, in dump_callgraph_transformation()
326 localize_profile (cgraph_node *n) in localize_profile()
359 cgraph_node *
360 cgraph_node::create_clone (tree new_decl, profile_count prof_count, in create_clone()
364 cgraph_node *new_inlined_to, in create_clone()
368 cgraph_node *new_node = symtab->create_empty (); in create_clone()
577 cgraph_node *
578 cgraph_node::create_virtual_clone (vec<cgraph_edge *> redirect_callers, in create_virtual_clone()
584 cgraph_node *new_node = NULL; in create_virtual_clone()
659 cgraph_node *
660 cgraph_node::find_replacement (void) in find_replacement()
662 cgraph_node *next_inline_clone, *replacement; in find_replacement()
675 cgraph_node *n; in find_replacement()
676 cgraph_node *new_clones; in find_replacement()
754 cgraph_node::set_call_stmt_including_clones (gimple *old_stmt, in set_call_stmt_including_clones()
758 cgraph_node *node; in set_call_stmt_including_clones()
814 cgraph_node::create_edge_including_clones (cgraph_node *callee, in create_edge_including_clones()
819 cgraph_node *node; in create_edge_including_clones()
867 cgraph_node::remove_symbol_and_inline_clones (cgraph_node *forbidden_node) in remove_symbol_and_inline_clones()
892 update_call_expr (cgraph_node *new_version) in update_call_expr()
919 cgraph_node *
920 cgraph_node::create_version_clone (tree new_decl, in create_version_clone()
925 cgraph_node *new_version; in create_version_clone()
929 new_version = cgraph_node::create (new_decl); in create_version_clone()
992 cgraph_node *
993 cgraph_node::create_version_clone_with_body in create_version_clone_with_body()
1001 cgraph_node *new_version_node = NULL; in create_version_clone_with_body()
1087 void cgraph_node::remove_from_clone_tree () in remove_from_clone_tree()
1103 cgraph_materialize_clone (cgraph_node *node) in cgraph_materialize_clone()
1120 cgraph_node *clone_of = node->clone_of; in cgraph_materialize_clone()
1141 cgraph_node *node; in materialize_all_clones()
1148 cgraph_node::checking_verify_cgraph_nodes (); in materialize_all_clones()
1207 cgraph_node::checking_verify_cgraph_nodes (); in materialize_all_clones()