Searched refs:lto_in_decl_state (Results 1 – 19 of 19) sorted by relevance
387 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()
273 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 struct542 typedef struct lto_in_decl_state *lto_in_decl_state_ptr; argument544 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 …]
476 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()
296 struct lto_in_decl_state *decl_state in get_constructor()
1592 struct lto_in_decl_state *decl_state;
2485 struct lto_in_decl_state *in_state; in copy_function_or_variable()
3918 struct lto_in_decl_state *decl_state in get_untransformed_body()
489 struct GTY((for_user)) lto_in_decl_state struct502 typedef struct lto_in_decl_state *lto_in_decl_state_ptr; argument504 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 …]
297 struct lto_in_decl_state *decl_state in get_constructor()
1602 struct lto_in_decl_state *decl_state; in lto_read_body_or_constructor()
2566 struct lto_in_decl_state *in_state; in copy_function_or_variable()
4008 struct lto_in_decl_state *decl_state in get_untransformed_body()
1445 * lto-streamer.h (lto_in_decl_state): New flag compressed.
4184 (struct lto_in_decl_state): Replace lto_tree_ref_table with vec<tree>.
183 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()
183 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()
3817 (lto_in_decl_state): Annotate.