Lines Matching defs:cgraph_node

920 struct GTY((tag ("SYMTAB_FUNCTION"))) cgraph_node : public symtab_node  struct
925 explicit cgraph_node (int uid) in cgraph_node() argument
1365 /* Remove the cgraph_function_version_info and cgraph_node for DECL. This argument
1383 static inline cgraph_node *get (const_tree decl) in get() argument
1442 cgraph_node *origin; argument
1444 cgraph_node *nested; argument
1446 cgraph_node *next_nested; argument
1448 cgraph_node *next_sibling_clone; argument
1449 cgraph_node *prev_sibling_clone; argument
1450 cgraph_node *clones; argument
1451 cgraph_node *clone_of; argument
1462 cgraph_node *simd_clones; argument
1471 cgraph_node *inlined_to; argument
1473 struct cgraph_rtl_info *rtl;
1474 cgraph_clone_info clone;
1475 cgraph_thunk_info thunk;
1478 profile_count count;
1481 int count_materialization_scale;
1483 unsigned int profile_id;
1485 int unit_id;
1487 int tp_first_run;
1491 unsigned used_as_abstract_origin : 1;
1493 unsigned lowered : 1;
1496 unsigned process : 1;
1501 unsigned only_called_at_startup : 1;
1503 unsigned only_called_at_exit : 1;
1508 unsigned tm_clone : 1;
1510 unsigned dispatcher_function : 1;
1513 unsigned calls_comdat_local : 1;
1515 unsigned icf_merged: 1;
1519 unsigned nonfreeing_fn : 1;
1521 unsigned merged_comdat : 1;
1523 unsigned merged_extern_inline : 1;
1525 unsigned parallelized_function : 1;
1527 unsigned split_part : 1;
1529 unsigned indirect_call_target : 1;
1554 bool call_for_symbol_and_aliases_1 (bool (*callback) (cgraph_node *, argument
3448 cgraph_node::call_for_symbol_and_aliases (bool (*callback) (cgraph_node *, in call_for_symbol_and_aliases()