Searched refs:cgraph_node_set (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraph.h | 286 typedef struct cgraph_node_set_def *cgraph_node_set; typedef 288 DEF_VEC_P(cgraph_node_set); 289 DEF_VEC_ALLOC_P(cgraph_node_set,gc); 290 DEF_VEC_ALLOC_P(cgraph_node_set,heap); 301 cgraph_node_set set; 627 cgraph_node_set cgraph_node_set_new (void); 628 cgraph_node_set_iterator cgraph_node_set_find (cgraph_node_set, 630 void cgraph_node_set_add (cgraph_node_set, struct cgraph_node *); 631 void cgraph_node_set_remove (cgraph_node_set, struct cgraph_node *); 632 void dump_cgraph_node_set (FILE *, cgraph_node_set); [all …]
|
H A D | ipa-utils.c | 349 cgraph_node_set 352 cgraph_node_set new_node_set; in cgraph_node_set_new() 364 cgraph_node_set_add (cgraph_node_set set, struct cgraph_node *node) in cgraph_node_set_add() 388 cgraph_node_set_remove (cgraph_node_set set, struct cgraph_node *node) in cgraph_node_set_remove() 424 cgraph_node_set_find (cgraph_node_set set, struct cgraph_node *node) in cgraph_node_set_find() 443 dump_cgraph_node_set (FILE *f, cgraph_node_set set) in dump_cgraph_node_set() 459 debug_cgraph_node_set (cgraph_node_set set) in debug_cgraph_node_set() 468 free_cgraph_node_set (cgraph_node_set set) in free_cgraph_node_set()
|
H A D | lto-streamer.h | 870 void output_cgraph (cgraph_node_set, varpool_node_set); 873 cgraph_node_set, 876 cgraph_node_set); 878 cgraph_node_set, 881 cgraph_node_set); 883 cgraph_node_set, varpool_node_set);
|
H A D | lto-cgraph.c | 50 static void output_varpool (cgraph_node_set, varpool_node_set); 51 static void output_cgraph_opt_summary (cgraph_node_set set); 324 referenced_from_other_partition_p (struct ipa_ref_list *list, cgraph_node_set set, in referenced_from_other_partition_p() 351 reachable_from_other_partition_p (struct cgraph_node *node, cgraph_node_set set) in reachable_from_other_partition_p() 368 referenced_from_this_partition_p (struct ipa_ref_list *list, cgraph_node_set set, in referenced_from_this_partition_p() 393 reachable_from_this_partition_p (struct cgraph_node *node, cgraph_node_set set) in reachable_from_this_partition_p() 412 lto_cgraph_encoder_t encoder, cgraph_node_set set, in lto_output_node() 557 cgraph_node_set set, varpool_node_set vset) in lto_output_varpool_node() 705 output_refs (cgraph_node_set set, varpool_node_set vset, in output_refs() 760 cgraph_node_set set, varpool_node_set vset) in compute_ltrans_boundary() [all …]
|
H A D | lto-streamer-out.c | 858 cgraph_node_set set; 896 cgraph_node_set set, varpool_node_set vset) in output_alias_pair_p() 922 output_unreferenced_globals (cgraph_node_set set, varpool_node_set vset) in output_unreferenced_globals() 1082 lto_output (cgraph_node_set set, varpool_node_set vset) in lto_output() 1390 cgraph_node_set set, varpool_node_set vset) in produce_symtab() 1501 produce_asm_for_decls (cgraph_node_set set, varpool_node_set vset) in produce_asm_for_decls()
|
H A D | ipa-inline.h | 165 void inline_write_summary (cgraph_node_set, varpool_node_set);
|
H A D | ipa-prop.h | 439 void ipa_prop_write_jump_functions (cgraph_node_set set);
|
H A D | passes.c | 2151 ipa_write_summaries_2 (struct opt_pass *pass, cgraph_node_set set, in ipa_write_summaries_2() 2192 ipa_write_summaries_1 (cgraph_node_set set, varpool_node_set vset) in ipa_write_summaries_1() 2213 cgraph_node_set set; in ipa_write_summaries() 2269 ipa_write_optimization_summaries_1 (struct opt_pass *pass, cgraph_node_set set, in ipa_write_optimization_summaries_1() 2309 ipa_write_optimization_summaries (cgraph_node_set set, varpool_node_set vset) in ipa_write_optimization_summaries()
|
H A D | ipa-reference.c | 950 cgraph_node_set set, in write_node_summary_p() 1019 ipa_reference_write_optimization_summary (cgraph_node_set set, in ipa_reference_write_optimization_summary()
|
H A D | ipa-pure-const.c | 939 pure_const_write_summary (cgraph_node_set set, in pure_const_write_summary()
|
H A D | ipa-cp.c | 2508 ipcp_write_summary (cgraph_node_set set, in ipcp_write_summary()
|
H A D | ipa-inline-analysis.c | 3176 inline_write_summary (cgraph_node_set set, in inline_write_summary()
|
H A D | ipa-prop.c | 2980 ipa_prop_write_jump_functions (cgraph_node_set set) in ipa_prop_write_jump_functions()
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto.c | 1383 cgraph_node_set cgraph_set; 2120 cgraph_node_set set; in lto_promote_cross_file_statics() 2276 cgraph_node_set set; in lto_wpa_write_files()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | cgraph.h | 1475 typedef cgraph_node_set_def *cgraph_node_set; typedef 1491 cgraph_node_set set;
|