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

/freebsd-9.3-release/contrib/gcc/
H A Dalloc-pool.h50 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
H A Dalloc-pool.c120 create_alloc_pool (const char *name, size_t size, size_t num) function
H A Dcselib.c1470 elt_list_pool = create_alloc_pool ("elt_list",
1472 elt_loc_list_pool = create_alloc_pool ("elt_loc_list",
1474 cselib_val_pool = create_alloc_pool ("cselib_val_list",
1476 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100);
H A Ddf-scan.c221 = create_alloc_pool ("df_scan_block pool",
229 = create_alloc_pool ("df_scan_ref pool",
232 = create_alloc_pool ("df_scan_insn pool",
235 = create_alloc_pool ("df_scan_reg pool",
238 = create_alloc_pool ("df_scan_mw_reg pool",
241 = create_alloc_pool ("df_scan_mw_link pool",
H A Det-forest.c449 et_occurrences = create_alloc_pool ("et_occ pool", sizeof (struct et_occ), 300);
472 et_nodes = create_alloc_pool ("et_node pool", sizeof (struct et_node), 300);
H A Dtree-ssa-math-opts.c459 occ_pool = create_alloc_pool ("dominators for recip",
H A Dtree-ssa-pre.c3788 value_set_pool = create_alloc_pool ("Value sets",
3790 bitmap_set_pool = create_alloc_pool ("Bitmap sets",
3792 value_set_node_pool = create_alloc_pool ("Value set nodes",
3796 binary_node_pool = create_alloc_pool ("Binary tree nodes",
3798 unary_node_pool = create_alloc_pool ("Unary tree nodes",
3800 reference_node_pool = create_alloc_pool ("Reference tree nodes",
3802 expression_node_pool = create_alloc_pool ("Expression tree nodes",
3804 list_node_pool = create_alloc_pool ("List tree nodes",
3806 comparison_node_pool = create_alloc_pool ("Comparison tree nodes",
3808 modify_expr_node_pool = create_alloc_pool ("MODIFY_EXP
[all...]
H A Dtree-ssa-alias-warnings.c426 create_alloc_pool ("ref_table_alloc_pool", sizeof (struct tree_map), 20);
H A Ddf-problems.c384 dflow->block_pool = create_alloc_pool ("df_ru_block pool",
925 dflow->block_pool = create_alloc_pool ("df_rd_block pool",
1427 dflow->block_pool = create_alloc_pool ("df_lr_block pool",
1842 dflow->block_pool = create_alloc_pool ("df_ur_block pool",
2220 dflow->block_pool = create_alloc_pool ("df_urec_block pool",
2776 dflow->block_pool = create_alloc_pool ("df_chain_chain_block pool",
H A Dvar-tracking.c2943 attrs_pool = create_alloc_pool ("attrs_def pool",
2945 var_pool = create_alloc_pool ("variable_def pool",
2947 loc_chain_pool = create_alloc_pool ("location_chain_def pool",
H A Dcfg.c1061 = create_alloc_pool ("original_copy",
H A Dtree-ssa-reassoc.c1424 operand_entry_pool = create_alloc_pool ("operand entry pool",
H A Dtree-ssa-structalias.c4766 constraint_pool = create_alloc_pool ("Constraint pool",
4768 variable_info_pool = create_alloc_pool ("Variable info pool",

Completed in 267 milliseconds