Home
last modified time | relevance | path

Searched refs:alloc_pool (Results 1 – 25 of 26) sorted by relevance

12

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalloc-pool.h58 *alloc_pool; typedef
60 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
61 extern void free_alloc_pool (alloc_pool);
62 extern void empty_alloc_pool (alloc_pool);
63 extern void free_alloc_pool_if_empty (alloc_pool *);
64 extern void *pool_alloc (alloc_pool);
65 extern void pool_free (alloc_pool, void *);
H A Dalloc-pool.c131 alloc_pool
134 alloc_pool pool; in create_alloc_pool()
197 empty_alloc_pool (alloc_pool pool) in empty_alloc_pool()
227 free_alloc_pool (alloc_pool pool) in free_alloc_pool()
240 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty()
251 pool_alloc (alloc_pool pool) in pool_alloc()
324 pool_free (alloc_pool pool, void *ptr) in pool_free()
H A Dipa-prop.h364 extern alloc_pool ipcp_values_pool;
365 extern alloc_pool ipcp_sources_pool;
H A Ddse.c287 static alloc_pool cse_store_info_pool;
288 static alloc_pool rtx_store_info_pool;
312 static alloc_pool read_info_pool;
400 static alloc_pool insn_info_pool;
466 static alloc_pool bb_info_pool;
537 static alloc_pool rtx_group_info_pool;
566 static alloc_pool deferred_change_pool;
597 static alloc_pool clear_alias_mode_pool;
H A Det-forest.c57 static alloc_pool et_nodes;
58 static alloc_pool et_occurrences;
H A Ddf-scan.c179 alloc_pool ref_base_pool;
180 alloc_pool ref_artificial_pool;
181 alloc_pool ref_regular_pool;
182 alloc_pool insn_pool;
183 alloc_pool reg_pool;
184 alloc_pool mw_reg_pool;
H A Dstmt.c130 tree, tree, tree, alloc_pool);
1936 tree label, alloc_pool case_node_pool) in add_case_node()
2227 alloc_pool case_node_pool = create_alloc_pool ("struct case_node pool", in expand_case()
H A Ddf.h296 alloc_pool block_pool;
H A Dira-build.c415 static alloc_pool allocno_pool, live_range_pool, object_pool;
1167 static alloc_pool copy_pool;
1408 static alloc_pool cost_vector_pool[N_REG_CLASSES];
H A Dipa-cp.c181 alloc_pool ipcp_values_pool;
182 alloc_pool ipcp_sources_pool;
H A Dcfg.c1137 static alloc_pool original_copy_bb_pool;
H A Dregcprop.c82 static alloc_pool debug_insn_changes_pool;
H A Dsel-sched-ir.h374 extern alloc_pool sched_lists_pool;
H A Dvar-tracking.c450 static alloc_pool attrs_pool;
453 static alloc_pool var_pool;
456 static alloc_pool valvar_pool;
459 static alloc_pool loc_chain_pool;
462 static alloc_pool shared_hash_pool;
1260 static inline alloc_pool
H A Dsched-deps.c319 static alloc_pool dn_pool;
358 static alloc_pool dl_pool;
H A Dtree-ssa-sccvn.c114 alloc_pool phis_pool;
115 alloc_pool references_pool;
H A Dtree-sra.c257 static alloc_pool access_pool;
269 static alloc_pool link_pool;
H A Dtree-ssa-strlen.c91 static alloc_pool strinfo_pool;
H A Dtree-ssa-pre.c328 static alloc_pool pre_expr_pool;
472 static alloc_pool bitmap_set_pool;
H A Dtree-ssa-math-opts.c182 static alloc_pool occ_pool;
H A Dcselib.c195 static alloc_pool elt_loc_list_pool, elt_list_pool, cselib_val_pool, value_pool;
H A Dtree-ssa-reassoc.c182 static alloc_pool operand_entry_pool;
H A Dipa-inline-analysis.c141 static alloc_pool edge_predicate_pool;
H A Dtree-ssa-structalias.c309 static alloc_pool variable_info_pool;
498 static alloc_pool constraint_pool;
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c966 unsigned HOST_WIDE_INT, alloc_pool);
1444 alloc_pool fwt_pool; in check_format_arg()
1621 unsigned HOST_WIDE_INT arg_num, alloc_pool fwt_pool) in check_format_info_main()

12