Searched refs:create_alloc_pool (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | alloc-pool.h | 50 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
|
| H A D | df-scan.c | 220 = create_alloc_pool ("df_scan_block pool", in df_scan_alloc() 228 = create_alloc_pool ("df_scan_ref pool", in df_scan_alloc() 231 = create_alloc_pool ("df_scan_insn pool", in df_scan_alloc() 234 = create_alloc_pool ("df_scan_reg pool", in df_scan_alloc() 237 = create_alloc_pool ("df_scan_mw_reg pool", in df_scan_alloc() 240 = create_alloc_pool ("df_scan_mw_link pool", in df_scan_alloc()
|
| H A D | cselib.c | 1468 elt_list_pool = create_alloc_pool ("elt_list", in cselib_init() 1470 elt_loc_list_pool = create_alloc_pool ("elt_loc_list", in cselib_init() 1472 cselib_val_pool = create_alloc_pool ("cselib_val_list", in cselib_init() 1474 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100); in cselib_init()
|
| H A D | tree-ssa-pre.c | 3788 value_set_pool = create_alloc_pool ("Value sets", in init_pre() 3790 bitmap_set_pool = create_alloc_pool ("Bitmap sets", in init_pre() 3792 value_set_node_pool = create_alloc_pool ("Value set nodes", in init_pre() 3796 binary_node_pool = create_alloc_pool ("Binary tree nodes", in init_pre() 3798 unary_node_pool = create_alloc_pool ("Unary tree nodes", in init_pre() 3800 reference_node_pool = create_alloc_pool ("Reference tree nodes", in init_pre() 3802 expression_node_pool = create_alloc_pool ("Expression tree nodes", in init_pre() 3804 list_node_pool = create_alloc_pool ("List tree nodes", in init_pre() 3806 comparison_node_pool = create_alloc_pool ("Comparison tree nodes", in init_pre() 3808 modify_expr_node_pool = create_alloc_pool ("MODIFY_EXPR nodes", in init_pre()
|
| H A D | et-forest.c | 449 et_occurrences = create_alloc_pool ("et_occ pool", sizeof (struct et_occ), 300); in et_new_occ() 472 et_nodes = create_alloc_pool ("et_node pool", sizeof (struct et_node), 300); in et_new_tree()
|
| H A D | alloc-pool.c | 120 create_alloc_pool (const char *name, size_t size, size_t num) in create_alloc_pool() function
|
| H A D | tree-ssa-math-opts.c | 459 occ_pool = create_alloc_pool ("dominators for recip", in execute_cse_reciprocals()
|
| H A D | df-problems.c | 382 dflow->block_pool = create_alloc_pool ("df_ru_block pool", in df_ru_alloc() 922 dflow->block_pool = create_alloc_pool ("df_rd_block pool", in df_rd_alloc() 1423 dflow->block_pool = create_alloc_pool ("df_lr_block pool", in df_lr_alloc() 1837 dflow->block_pool = create_alloc_pool ("df_ur_block pool", in df_ur_alloc() 2214 dflow->block_pool = create_alloc_pool ("df_urec_block pool", in df_urec_alloc() 2769 dflow->block_pool = create_alloc_pool ("df_chain_chain_block pool", in df_chain_alloc()
|
| H A D | tree-ssa-alias-warnings.c | 424 create_alloc_pool ("ref_table_alloc_pool", sizeof (struct tree_map), 20); in reference_table_alloc_pool()
|
| H A D | var-tracking.c | 2943 attrs_pool = create_alloc_pool ("attrs_def pool", in vt_initialize() 2945 var_pool = create_alloc_pool ("variable_def pool", in vt_initialize() 2947 loc_chain_pool = create_alloc_pool ("location_chain_def pool", in vt_initialize()
|
| H A D | cfg.c | 1053 = create_alloc_pool ("original_copy", in initialize_original_copy_tables()
|
| H A D | tree-ssa-reassoc.c | 1424 operand_entry_pool = create_alloc_pool ("operand entry pool", in init_reassoc()
|
| H A D | tree-ssa-structalias.c | 4766 constraint_pool = create_alloc_pool ("Constraint pool", in init_alias_vars() 4768 variable_info_pool = create_alloc_pool ("Variable info pool", in init_alias_vars()
|
| H A D | ChangeLog-2004 | 16165 (create_alloc_pool, free_alloc_pool, pool_alloc, pool_free): Use 44421 (create_alloc_pool): Update statistics. 45568 (create_alloc_pool): Align size to eight.
|
| H A D | ChangeLog-2003 | 23286 (create_alloc_pool): Add the offset of u.data to size of element,
|