Searched refs:lto_cgraph_encoder_t (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | lto-streamer.h | 438 typedef struct lto_cgraph_encoder_d *lto_cgraph_encoder_t; typedef 443 lto_cgraph_encoder_size (lto_cgraph_encoder_t encoder) in lto_cgraph_encoder_size() 523 lto_cgraph_encoder_t cgraph_node_encoder; 564 lto_cgraph_encoder_t GTY((skip)) cgraph_node_encoder; 853 struct cgraph_node *lto_cgraph_encoder_deref (lto_cgraph_encoder_t, int); 854 int lto_cgraph_encoder_lookup (lto_cgraph_encoder_t, struct cgraph_node *); 855 lto_cgraph_encoder_t lto_cgraph_encoder_new (void); 856 int lto_cgraph_encoder_encode (lto_cgraph_encoder_t, struct cgraph_node *); 857 void lto_cgraph_encoder_delete (lto_cgraph_encoder_t); 858 bool lto_cgraph_encoder_encode_body_p (lto_cgraph_encoder_t,
|
H A D | lto-cgraph.c | 78 lto_cgraph_encoder_t 81 lto_cgraph_encoder_t encoder = XCNEW (struct lto_cgraph_encoder_d); in lto_cgraph_encoder_new() 92 lto_cgraph_encoder_delete (lto_cgraph_encoder_t encoder) in lto_cgraph_encoder_delete() 106 lto_cgraph_encoder_encode (lto_cgraph_encoder_t encoder, in lto_cgraph_encoder_encode() 132 lto_cgraph_encoder_lookup (lto_cgraph_encoder_t encoder, in lto_cgraph_encoder_lookup() 143 lto_cgraph_encoder_deref (lto_cgraph_encoder_t encoder, int ref) in lto_cgraph_encoder_deref() 155 lto_cgraph_encoder_encode_body_p (lto_cgraph_encoder_t encoder, in lto_cgraph_encoder_encode_body_p() 164 lto_set_cgraph_encoder_encode_body (lto_cgraph_encoder_t encoder, in lto_set_cgraph_encoder_encode_body() 266 lto_cgraph_encoder_t encoder) in lto_output_edge() 412 lto_cgraph_encoder_t encoder, cgraph_node_set set, in lto_output_node() [all …]
|
H A D | ipa-reference.c | 1027 lto_cgraph_encoder_t encoder = ob->decl_state->cgraph_node_encoder; in ipa_reference_write_optimization_summary() 1140 lto_cgraph_encoder_t encoder; in ipa_reference_read_optimization_summary()
|
H A D | ipa-pure-const.c | 966 lto_cgraph_encoder_t encoder; in pure_const_write_summary() 1019 lto_cgraph_encoder_t encoder; in pure_const_read_summary()
|
H A D | lto-streamer-out.c | 1090 lto_cgraph_encoder_t encoder = lto_get_out_decl_state ()->cgraph_node_encoder; in lto_output() 1399 lto_cgraph_encoder_t encoder = ob->decl_state->cgraph_node_encoder; in produce_symtab()
|
H A D | ipa-inline-analysis.c | 3047 lto_cgraph_encoder_t encoder; in inline_read_section() 3181 lto_cgraph_encoder_t encoder = ob->decl_state->cgraph_node_encoder; in inline_write_summary()
|
H A D | ipa-prop.c | 2892 lto_cgraph_encoder_t encoder; in ipa_write_node_info() 3043 lto_cgraph_encoder_t encoder; in ipa_prop_read_section()
|