Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dalloc-pool.h48 *alloc_pool; typedef
50 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
51 extern void free_alloc_pool (alloc_pool);
52 extern void free_alloc_pool_if_empty (alloc_pool *);
53 extern void *pool_alloc (alloc_pool);
54 extern void pool_free (alloc_pool, void *);
H A Dalloc-pool.c119 alloc_pool
122 alloc_pool pool; in create_alloc_pool()
185 free_alloc_pool (alloc_pool pool) in free_alloc_pool()
212 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty()
223 pool_alloc (alloc_pool pool) in pool_alloc()
288 pool_free (alloc_pool pool, void *ptr) in pool_free()
H A Dtree-ssa-pre.c322 static alloc_pool value_set_pool;
323 static alloc_pool bitmap_set_pool;
324 static alloc_pool value_set_node_pool;
325 static alloc_pool binary_node_pool;
326 static alloc_pool unary_node_pool;
327 static alloc_pool reference_node_pool;
328 static alloc_pool comparison_node_pool;
329 static alloc_pool expression_node_pool;
330 static alloc_pool list_node_pool;
331 static alloc_pool modify_expr_node_pool;
[all …]
H A Ddf-scan.c119 alloc_pool ref_pool;
120 alloc_pool insn_pool;
121 alloc_pool reg_pool;
122 alloc_pool mw_reg_pool;
123 alloc_pool mw_link_pool;
H A Det-forest.c58 static alloc_pool et_nodes;
59 static alloc_pool et_occurrences;
H A Dtree-ssa-math-opts.c143 static alloc_pool occ_pool;
H A Ddf.h215 alloc_pool block_pool;
H A Dvar-tracking.c263 static alloc_pool attrs_pool;
266 static alloc_pool var_pool;
269 static alloc_pool loc_chain_pool;
H A Dcfg.c1017 static alloc_pool original_copy_bb_pool;
H A Dtree-ssa-reassoc.c176 static alloc_pool operand_entry_pool;
H A Dcselib.c133 static alloc_pool elt_loc_list_pool, elt_list_pool, cselib_val_pool, value_pool;
H A Dtree-ssa-structalias.c273 static alloc_pool variable_info_pool;
429 static alloc_pool constraint_pool;
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dsh.c2995 static alloc_pool label_ref_list_pool;