Home
last modified time | relevance | path

Searched refs:ggc_free (Results 1 – 23 of 23) sorted by relevance

/NextBSD/contrib/gcc/config/
HDsol2.c60 ggc_free (*x); in solaris_insert_attributes()
77 ggc_free (*x); in solaris_insert_attributes()
94 ggc_free (*x); in solaris_insert_attributes()
/NextBSD/contrib/gcc/
HDggc-none.c62 ggc_free (void *p) in ggc_free() function
HDggc.h219 extern void ggc_free (void *);
HDtree-optimize.c209 ggc_free (stmt->common.ann); in execute_free_cfg_annotations()
HDtree-nested.c770 info->field_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free); in create_nesting_tree()
771 info->var_map = htab_create_ggc (7, var_map_hash, var_map_eq, ggc_free); in create_nesting_tree()
1961 ggc_free (root); in free_nesting_tree()
HDvec.h417 extern void ggc_free (void *);
418 #define vec_gc_free(V) ggc_free (V)
HDggc-common.c184 ggc_free (x); in ggc_realloc_stat()
HDtree-ssa.c887 ggc_free (var->common.ann); in delete_tree_ssa()
HDcfg.c102 ggc_free (e); in free_edge()
HDipa-inline.c1221 ggc_free (order); in cgraph_early_inlining()
HDtree-eh.c110 ggc_free)); in add_stmt_to_eh_region_fn()
HDggc-page.c1344 ggc_free (void *p) in ggc_free() function
HDalias.c2631 ggc_free (reg_known_value); in end_alias_analysis()
HDggc-zone.c1311 ggc_free (void *p) in ggc_free() function
HDtree-ssa-operands.c285 ggc_free (ptr); in fini_ssa_operands()
HDc-format.c2151 ggc_free (wanted_type_ptr); in check_format_info_main()
HDChangeLog-200412855 * cfg.c (expunge_block): Revert previous change adding ggc_free call.
15378 * cfg.c (free_edge): Use ggc_free.
15379 (expunge_block): Use ggc_free.
15403 * tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.
15661 (ggc_free): Call ggc_free_overhead.
21516 (ggc_free): Remove incorrect freeing.
29266 Call ggc_free instead of add_optype_freelist.
31969 (end_alias_analysis): Use ggc_free instead fo free.
40020 (ggc_free): Likewise. Use PREV field rather than loop to
40021 improve ggc_free performance.
[all …]
HDChangeLog.tree-ssa1326 (ggc_free): Likewise. Use PREV field rather than loop to
1327 improve ggc_free performance.
HDChangeLog-20057696 (free_nesting_tree): Free with ggc_free instead of free.
33747 * ggc-none.c (ggc_free): Define.
/NextBSD/contrib/gcc/cp/
HDname-lookup.c2484 ggc_free (level->class_shadowed); in poplevel_class()
HDdecl.c1984 ggc_free (DECL_LANG_SPECIFIC (olddecl)); in duplicate_decls()
2081 ggc_free (newdecl); in duplicate_decls()
HDparser.c368 ggc_free (lexer->buffer); in cp_lexer_destroy()
370 ggc_free (lexer); in cp_lexer_destroy()
HDChangeLog-200435 * decl.c (duplicate_decls): Call ggc_free on declarations we will