Lines Matching refs:cgraph_node
213 vec<cgraph_node *> cgraph_new_nodes;
311 cgraph_node *node = cgraph_new_nodes[i]; in process_new_functions()
319 cgraph_node::finalize_function (fndecl, false); in process_new_functions()
385 cgraph_node::reset (void) in reset()
420 cgraph_node *cn = dyn_cast <cgraph_node *> (this); in referred_to_p()
438 cgraph_node::finalize_function (tree decl, bool no_collect) in finalize_function()
440 cgraph_node *node = cgraph_node::get_create (decl); in finalize_function()
515 cgraph_node::add_new_function (tree fndecl, bool lowered) in add_new_function()
518 cgraph_node *node; in add_new_function()
539 cgraph_node::finalize_function (fndecl, false); in add_new_function()
543 node = cgraph_node::get_create (fndecl); in add_new_function()
555 node = cgraph_node::get_create (fndecl); in add_new_function()
581 node = cgraph_node::create (fndecl); in add_new_function()
609 cgraph_node::analyze (void) in analyze()
623 cgraph_node *t = cgraph_node::get (thunk.alias); in analyze()
643 resolve_alias (cgraph_node::get (alias_target), transparent_alias); in analyze()
711 : (symtab_node *)cgraph_node::get_create (node->alias_target)); in process_same_body_aliases()
845 process_function_and_variable_attributes (cgraph_node *first, in process_function_and_variable_attributes()
848 cgraph_node *node; in process_function_and_variable_attributes()
991 vec <cgraph_node *>targets in walk_polymorphic_call_targets()
1024 cgraph_node *target; in walk_polymorphic_call_targets()
1028 target = cgraph_node::create in walk_polymorphic_call_targets()
1131 static cgraph_node *first_analyzed;
1143 cgraph_node *first_handled = first_analyzed; in analyze_functions()
1210 cgraph_node *cnode = dyn_cast <cgraph_node *> (node); in analyze_functions()
1268 cgraph_node *origin_node in analyze_functions()
1269 = cgraph_node::get_create (DECL_ABSTRACT_ORIGIN (decl)); in analyze_functions()
1276 cgraph_node *origin_node = cgraph_node::get_create (fn); in analyze_functions()
1370 if (cgraph_node *cnode = dyn_cast <cgraph_node *> (node)) in analyze_functions()
1418 bool ifunc = cgraph_node::get (alias)->ifunc_resolver; in maybe_diag_incompatible_alias()
1553 && target_node && is_a <cgraph_node *> (target_node)) in handle_alias_pairs()
1559 cgraph_node *src_node = cgraph_node::get (p->decl); in handle_alias_pairs()
1562 cgraph_node::create_alias (p->decl, target_node->decl); in handle_alias_pairs()
1591 cgraph_node *node; in mark_functions_to_output()
1618 cgraph_node *next; in mark_functions_to_output()
1619 for (next = dyn_cast<cgraph_node *> (node->same_comdat_group); in mark_functions_to_output()
1621 next = dyn_cast<cgraph_node *> (next->same_comdat_group)) in mark_functions_to_output()
1878 cgraph_node::expand_thunk (bool output_asm_thunks, bool force_gimple_thunk) in expand_thunk()
2214 cgraph_node::assemble_thunks_and_aliases (void) in assemble_thunks_and_aliases()
2223 cgraph_node *thunk = e->caller; in assemble_thunks_and_aliases()
2234 cgraph_node *alias = dyn_cast <cgraph_node *> (ref->referring); in assemble_thunks_and_aliases()
2257 cgraph_node::expand (void) in expand()
2341 && !cgraph_node::get (decl)->origin) in expand()
2383 const cgraph_node *a = *(const cgraph_node * const *) pa; in tp_first_run_node_cmp()
2384 const cgraph_node *b = *(const cgraph_node * const *) pb; in tp_first_run_node_cmp()
2418 cgraph_node *node; in expand_all_functions()
2419 cgraph_node **order = XCNEWVEC (cgraph_node *, in expand_all_functions()
2421 cgraph_node **tp_first_run_order = XCNEWVEC (cgraph_node *, in expand_all_functions()
2444 sizeof (cgraph_node *), tp_first_run_node_cmp); in expand_all_functions()
2506 cgraph_order_sort (cgraph_node *node) in cgraph_order_sort()
2532 cgraph_node *f;
2585 cgraph_node *cnode; in output_in_order()
2858 cgraph_node *node; in compile()
3005 struct cgraph_node *cnode; in finalize_compilation_unit()
3042 cgraph_node::create_wrapper (cgraph_node *target) in create_wrapper()