Home
last modified time | relevance | path

Searched refs:lto_in_decl_state (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-section-in.c387 struct lto_in_decl_state *
390 return ggc_cleared_alloc<lto_in_decl_state> (); in lto_new_in_decl_state()
396 lto_delete_in_decl_state (struct lto_in_decl_state *state) in lto_delete_in_decl_state()
408 struct lto_in_decl_state*
412 struct lto_in_decl_state temp; in lto_get_function_in_decl_state()
413 lto_in_decl_state **slot; in lto_get_function_in_decl_state()
423 lto_free_function_in_decl_state (struct lto_in_decl_state *state) in lto_free_function_in_decl_state()
437 struct lto_in_decl_state temp; in lto_free_function_in_decl_state_for_node()
438 lto_in_decl_state **slot; in lto_free_function_in_decl_state_for_node()
H A Dlto-streamer.h273 struct lto_in_decl_state *state = data->current_decl_state; \
280 struct lto_in_decl_state *state = data->current_decl_state; \
529 struct GTY((for_user)) lto_in_decl_state struct
542 typedef struct lto_in_decl_state *lto_in_decl_state_ptr; argument
544 struct decl_state_hasher : ggc_ptr_hash<lto_in_decl_state>
547 hash (lto_in_decl_state *s) in hash()
553 equal (lto_in_decl_state *a, lto_in_decl_state *b) in equal()
597 struct lto_in_decl_state *current_decl_state;
601 struct lto_in_decl_state *global_decl_state;
837 extern struct lto_in_decl_state *lto_new_in_decl_state (void);
[all …]
H A Dipa-utils.c476 struct lto_in_decl_state temp; in ipa_merge_profiles()
477 struct lto_in_decl_state *state; in ipa_merge_profiles()
482 lto_in_decl_state **slot in ipa_merge_profiles()
H A Dvarpool.c296 struct lto_in_decl_state *decl_state in get_constructor()
H A Dlto-streamer-in.c1592 struct lto_in_decl_state *decl_state;
H A Dlto-streamer-out.c2485 struct lto_in_decl_state *in_state; in copy_function_or_variable()
H A Dcgraph.c3918 struct lto_in_decl_state *decl_state in get_untransformed_body()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-section-in.cc387 struct lto_in_decl_state *
390 return ggc_cleared_alloc<lto_in_decl_state> (); in lto_new_in_decl_state()
396 lto_delete_in_decl_state (struct lto_in_decl_state *state) in lto_delete_in_decl_state()
408 struct lto_in_decl_state*
412 struct lto_in_decl_state temp; in lto_get_function_in_decl_state()
413 lto_in_decl_state **slot; in lto_get_function_in_decl_state()
423 lto_free_function_in_decl_state (struct lto_in_decl_state *state) in lto_free_function_in_decl_state()
437 struct lto_in_decl_state temp; in lto_free_function_in_decl_state_for_node()
438 lto_in_decl_state **slot; in lto_free_function_in_decl_state_for_node()
H A Dlto-streamer.h489 struct GTY((for_user)) lto_in_decl_state struct
502 typedef struct lto_in_decl_state *lto_in_decl_state_ptr; argument
504 struct decl_state_hasher : ggc_ptr_hash<lto_in_decl_state>
507 hash (lto_in_decl_state *s) in hash()
513 equal (lto_in_decl_state *a, lto_in_decl_state *b) in equal()
557 struct lto_in_decl_state *current_decl_state;
561 struct lto_in_decl_state *global_decl_state;
797 extern struct lto_in_decl_state *lto_new_in_decl_state (void);
798 extern void lto_delete_in_decl_state (struct lto_in_decl_state *);
799 extern struct lto_in_decl_state *lto_get_function_in_decl_state (
[all …]
H A Dipa-utils.cc476 struct lto_in_decl_state temp; in ipa_merge_profiles()
477 struct lto_in_decl_state *state; in ipa_merge_profiles()
482 lto_in_decl_state **slot in ipa_merge_profiles()
H A Dvarpool.cc297 struct lto_in_decl_state *decl_state in get_constructor()
H A Dlto-streamer-in.cc1602 struct lto_in_decl_state *decl_state; in lto_read_body_or_constructor()
H A Dlto-streamer-out.cc2566 struct lto_in_decl_state *in_state; in copy_function_or_variable()
H A Dcgraph.cc4008 struct lto_in_decl_state *decl_state in get_untransformed_body()
H A DChangeLog-20151445 * lto-streamer.h (lto_in_decl_state): New flag compressed.
H A DChangeLog-20144184 (struct lto_in_decl_state): Replace lto_tree_ref_table with vec<tree>.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c183 struct lto_in_decl_state *state) in lto_read_in_decl_state()
2006 struct lto_in_decl_state *state = lto_new_in_decl_state (); in lto_read_decls()
2009 lto_in_decl_state **slot in lto_read_decls()
2612 lto_fixup_state (struct lto_in_decl_state *state) in lto_fixup_state()
2650 struct lto_in_decl_state *state = file->global_decl_state; in lto_fixup_decls()
2654 lto_in_decl_state *elt; in lto_fixup_decls()
2656 lto_in_decl_state *, iter) in lto_fixup_decls()
2928 lto_in_decl_state *global_decl_state in read_cgraph_and_symbols()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc183 struct lto_in_decl_state *state) in lto_read_in_decl_state()
2015 struct lto_in_decl_state *state = lto_new_in_decl_state (); in lto_read_decls()
2018 lto_in_decl_state **slot in lto_read_decls()
2620 lto_fixup_state (struct lto_in_decl_state *state) in lto_fixup_state()
2658 struct lto_in_decl_state *state = file->global_decl_state; in lto_fixup_decls()
2662 lto_in_decl_state *elt; in lto_fixup_decls()
2664 lto_in_decl_state *, iter) in lto_fixup_decls()
2937 lto_in_decl_state *global_decl_state in read_cgraph_and_symbols()
H A DChangeLog3817 (lto_in_decl_state): Annotate.