Searched refs:pool_alloc (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dalloc-pool.h53 extern void *pool_alloc (alloc_pool);
H A Ddf-scan.c259 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool);
377 struct df_reg_info *reg_info = pool_alloc (problem_data->reg_pool);
560 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool);
769 insn_rec = pool_alloc (problem_data->insn_pool);
946 this_ref = pool_alloc (problem_data->ref_pool);
1111 hardreg = pool_alloc (problem_data->mw_reg_pool);
1146 struct df_link *link = pool_alloc (problem_data->mw_link_pool);
1640 bb_info = (struct df_scan_bb_info *) pool_alloc (dflow->block_pool);
H A Dalloc-pool.c223 pool_alloc (alloc_pool pool) function
H A Dcselib.c144 el = pool_alloc (elt_list_pool);
157 el = pool_alloc (elt_loc_list_pool);
742 cselib_val *e = pool_alloc (cselib_val_pool);
752 e->u.val_rtx = pool_alloc (value_pool);
H A Dvar-tracking.c683 list = pool_alloc (attrs_pool);
701 n = pool_alloc (attrs_pool);
739 new_var = pool_alloc (var_pool);
756 new_lc = pool_alloc (loc_chain_pool);
1198 new_node = pool_alloc (loc_chain_pool);
1244 new_lc = pool_alloc (loc_chain_pool);
2035 empty_var = pool_alloc (var_pool);
2115 var = pool_alloc (var_pool);
2195 node = pool_alloc (loc_chain_pool);
2546 empty_var = pool_alloc (var_poo
[all...]
H A Det-forest.c450 nw = pool_alloc (et_occurrences);
473 nw = pool_alloc (et_nodes);
H A Dtree-ssa-math-opts.c154 occ = bb->aux = pool_alloc (occ_pool);
H A Dtree-ssa-pre.c530 bitmap_set_t ret = (bitmap_set_t) pool_alloc (bitmap_set_pool);
542 ret = (value_set_t) pool_alloc (value_set_pool);
573 value_set_node_t newnode = (value_set_node_t) pool_alloc (value_set_node_pool);
975 head = (tree) pool_alloc (list_node_pool);
983 TREE_CHAIN (prev) = (tree) pool_alloc (list_node_pool);
1166 newexpr = (tree) pool_alloc (expression_node_pool);
1259 newexpr = pool_alloc (reference_node_pool);
1310 newexpr = (tree) pool_alloc (binary_node_pool);
1344 newexpr = (tree) pool_alloc (unary_node_pool);
2909 vexpr = (tree) pool_alloc (poo
[all...]
H A Dtree-ssa-alias-warnings.c401 struct tree_map *tp = pool_alloc (references_pool);
H A Dcfg.c1100 *slot = pool_alloc (original_copy_bb_pool);
1142 *slot = pool_alloc (original_copy_bb_pool);
H A Dtree-ssa-reassoc.c209 operand_entry_t new_pair = pool_alloc (operand_entry_pool);
367 operand_entry_t oe = pool_alloc (operand_entry_pool);
H A Ddf-problems.c70 struct df_link *link = pool_alloc (dflow->block_pool);;
443 bb_info = (struct df_ru_bb_info *) pool_alloc (dflow->block_pool);
984 bb_info = (struct df_rd_bb_info *) pool_alloc (dflow->block_pool);
1442 bb_info = (struct df_lr_bb_info *) pool_alloc (dflow->block_pool);
1857 bb_info = (struct df_ur_bb_info *) pool_alloc (dflow->block_pool);
2243 bb_info = (struct df_urec_bb_info *) pool_alloc (dflow->block_pool);
H A Dtree-ssa-structalias.c370 varinfo_t ret = pool_alloc (variable_info_pool);
526 constraint_t ret = pool_alloc (constraint_pool);

Completed in 279 milliseconds