/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | alloc-pool.h | 60 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
|
H A D | dse.c | 771 = 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 D | et-forest.c | 448 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 D | alloc-pool.c | 132 create_alloc_pool (const char *name, size_t size, size_t num) in create_alloc_pool() function
|
H A D | cselib.c | 2659 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 D | ira-build.c | 430 = 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 D | df-scan.c | 334 = 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 D | ipa-cp.c | 2454 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 D | cfg.c | 1173 = create_alloc_pool ("original_copy", in initialize_original_copy_tables()
|
H A D | regcprop.c | 1034 = create_alloc_pool ("debug insn changes pool", in copyprop_hardreg_forward()
|
H A D | var-tracking.c | 9226 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 D | sched-deps.c | 3904 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 D | tree-ssa-sccvn.c | 3736 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 D | tree-sra.c | 608 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 D | tree-ssa-strlen.c | 1993 strinfo_pool = create_alloc_pool ("strinfo_struct pool", in tree_ssa_strlen()
|
H A D | tree-ssa-pre.c | 4791 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 D | tree-ssa-math-opts.c | 503 occ_pool = create_alloc_pool ("dominators for recip", in execute_cse_reciprocals()
|
H A D | stmt.c | 2227 alloc_pool case_node_pool = create_alloc_pool ("struct case_node pool", in expand_case()
|
H A D | tree-ssa-reassoc.c | 3005 operand_entry_pool = create_alloc_pool ("operand entry pool", in init_reassoc()
|
H A D | ipa-inline-analysis.c | 806 edge_predicate_pool = create_alloc_pool ("edge predicates", in inline_summary_alloc()
|
H A D | tree-ssa-structalias.c | 6461 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 D | df-problems.c | 1996 df_chain->block_pool = create_alloc_pool ("df_chain_block pool", in df_chain_alloc()
|
H A D | sel-sched-ir.c | 5014 sched_lists_pool = create_alloc_pool ("sel-sched-lists", in alloc_sched_pools()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 1602 fwt_pool = create_alloc_pool ("format_wanted_type pool", in check_format_arg()
|