Home
last modified time | relevance | path

Searched refs:create_alloc_pool (Results 1 – 24 of 24) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dalloc-pool.h60 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
H A Ddse.c771 = create_alloc_pool ("rtx_store_info_pool", in dse_step0()
774 = create_alloc_pool ("read_info_pool", in dse_step0()
777 = create_alloc_pool ("insn_info_pool", in dse_step0()
780 = create_alloc_pool ("bb_info_pool", in dse_step0()
783 = create_alloc_pool ("rtx_group_info_pool", in dse_step0()
786 = create_alloc_pool ("deferred_change_pool", in dse_step0()
2807 = create_alloc_pool ("cse_store_info_pool", in dse_step1()
3125 clear_alias_mode_pool = create_alloc_pool ("clear_alias_mode_pool", in dse_record_singleton_alias_set()
H A Det-forest.c448 et_occurrences = create_alloc_pool ("et_occ pool", sizeof (struct et_occ), 300); in et_new_occ()
471 et_nodes = create_alloc_pool ("et_node pool", sizeof (struct et_node), 300); in et_new_tree()
H A Dalloc-pool.c132 create_alloc_pool (const char *name, size_t size, size_t num) in create_alloc_pool() function
H A Dcselib.c2659 elt_list_pool = create_alloc_pool ("elt_list", in cselib_init()
2661 elt_loc_list_pool = create_alloc_pool ("elt_loc_list", in cselib_init()
2663 cselib_val_pool = create_alloc_pool ("cselib_val_list", in cselib_init()
2665 value_pool = create_alloc_pool ("value", RTX_CODE_SIZE (VALUE), 100); in cselib_init()
H A Dira-build.c430 = create_alloc_pool ("live ranges",
433 = create_alloc_pool ("allocnos", sizeof (struct ira_allocno), 100);
435 = create_alloc_pool ("objects", sizeof (struct ira_object), 100);
1178 = create_alloc_pool ("copies", sizeof (struct ira_allocno_copy), 100);
1422 = create_alloc_pool ("cost vectors", in initiate_cost_vectors()
H A Ddf-scan.c334 = create_alloc_pool ("df_scan ref base", in df_scan_alloc()
337 = create_alloc_pool ("df_scan ref artificial", in df_scan_alloc()
340 = create_alloc_pool ("df_scan ref regular", in df_scan_alloc()
343 = create_alloc_pool ("df_scan insn", in df_scan_alloc()
346 = create_alloc_pool ("df_scan reg", in df_scan_alloc()
349 = create_alloc_pool ("df_scan mw_reg", in df_scan_alloc()
H A Dipa-cp.c2454 ipcp_values_pool = create_alloc_pool ("IPA-CP values", in ipcp_driver()
2456 ipcp_sources_pool = create_alloc_pool ("IPA-CP value sources", in ipcp_driver()
H A Dcfg.c1173 = create_alloc_pool ("original_copy", in initialize_original_copy_tables()
H A Dregcprop.c1034 = create_alloc_pool ("debug insn changes pool", in copyprop_hardreg_forward()
H A Dvar-tracking.c9226 attrs_pool = create_alloc_pool ("attrs_def pool", in vt_initialize()
9228 var_pool = create_alloc_pool ("variable_def pool", in vt_initialize()
9232 loc_chain_pool = create_alloc_pool ("location_chain_def pool", in vt_initialize()
9235 shared_hash_pool = create_alloc_pool ("shared_hash_def pool", in vt_initialize()
9259 valvar_pool = create_alloc_pool ("small variable_def pool", in vt_initialize()
H A Dsched-deps.c3904 dl_pool = create_alloc_pool ("deps_list", sizeof (struct _deps_list), in sched_deps_init()
3907 dn_pool = create_alloc_pool ("dep_node", sizeof (struct _dep_node), in sched_deps_init()
H A Dtree-ssa-sccvn.c3736 table->phis_pool = create_alloc_pool ("VN phis", in allocate_vn_table()
3739 table->references_pool = create_alloc_pool ("VN references", in allocate_vn_table()
H A Dtree-sra.c608 access_pool = create_alloc_pool ("SRA accesses", sizeof (struct access), 16); in sra_initialize()
609 link_pool = create_alloc_pool ("SRA links", sizeof (struct assign_link), 16); in sra_initialize()
H A Dtree-ssa-strlen.c1993 strinfo_pool = create_alloc_pool ("strinfo_struct pool", in tree_ssa_strlen()
H A Dtree-ssa-pre.c4791 bitmap_set_pool = create_alloc_pool ("Bitmap sets", in init_pre()
4793 pre_expr_pool = create_alloc_pool ("pre_expr nodes", in init_pre()
H A Dtree-ssa-math-opts.c503 occ_pool = create_alloc_pool ("dominators for recip", in execute_cse_reciprocals()
H A Dstmt.c2227 alloc_pool case_node_pool = create_alloc_pool ("struct case_node pool", in expand_case()
H A Dtree-ssa-reassoc.c3005 operand_entry_pool = create_alloc_pool ("operand entry pool", in init_reassoc()
H A Dipa-inline-analysis.c806 edge_predicate_pool = create_alloc_pool ("edge predicates", in inline_summary_alloc()
H A Dtree-ssa-structalias.c6461 constraint_pool = create_alloc_pool ("Constraint pool", in init_alias_vars()
6463 variable_info_pool = create_alloc_pool ("Variable info pool", in init_alias_vars()
H A Ddf-problems.c1996 df_chain->block_pool = create_alloc_pool ("df_chain_block pool", in df_chain_alloc()
H A Dsel-sched-ir.c5014 sched_lists_pool = create_alloc_pool ("sel-sched-lists", in alloc_sched_pools()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c1602 fwt_pool = create_alloc_pool ("format_wanted_type pool", in check_format_arg()