Searched refs:alloc_pool (Results 1 – 25 of 26) sorted by relevance
12
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | alloc-pool.h | 58 *alloc_pool; typedef 60 extern alloc_pool create_alloc_pool (const char *, size_t, size_t); 61 extern void free_alloc_pool (alloc_pool); 62 extern void empty_alloc_pool (alloc_pool); 63 extern void free_alloc_pool_if_empty (alloc_pool *); 64 extern void *pool_alloc (alloc_pool); 65 extern void pool_free (alloc_pool, void *);
|
H A D | alloc-pool.c | 131 alloc_pool 134 alloc_pool pool; in create_alloc_pool() 197 empty_alloc_pool (alloc_pool pool) in empty_alloc_pool() 227 free_alloc_pool (alloc_pool pool) in free_alloc_pool() 240 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty() 251 pool_alloc (alloc_pool pool) in pool_alloc() 324 pool_free (alloc_pool pool, void *ptr) in pool_free()
|
H A D | ipa-prop.h | 364 extern alloc_pool ipcp_values_pool; 365 extern alloc_pool ipcp_sources_pool;
|
H A D | dse.c | 287 static alloc_pool cse_store_info_pool; 288 static alloc_pool rtx_store_info_pool; 312 static alloc_pool read_info_pool; 400 static alloc_pool insn_info_pool; 466 static alloc_pool bb_info_pool; 537 static alloc_pool rtx_group_info_pool; 566 static alloc_pool deferred_change_pool; 597 static alloc_pool clear_alias_mode_pool;
|
H A D | et-forest.c | 57 static alloc_pool et_nodes; 58 static alloc_pool et_occurrences;
|
H A D | df-scan.c | 179 alloc_pool ref_base_pool; 180 alloc_pool ref_artificial_pool; 181 alloc_pool ref_regular_pool; 182 alloc_pool insn_pool; 183 alloc_pool reg_pool; 184 alloc_pool mw_reg_pool;
|
H A D | stmt.c | 130 tree, tree, tree, alloc_pool); 1936 tree label, alloc_pool case_node_pool) in add_case_node() 2227 alloc_pool case_node_pool = create_alloc_pool ("struct case_node pool", in expand_case()
|
H A D | df.h | 296 alloc_pool block_pool;
|
H A D | ira-build.c | 415 static alloc_pool allocno_pool, live_range_pool, object_pool; 1167 static alloc_pool copy_pool; 1408 static alloc_pool cost_vector_pool[N_REG_CLASSES];
|
H A D | ipa-cp.c | 181 alloc_pool ipcp_values_pool; 182 alloc_pool ipcp_sources_pool;
|
H A D | cfg.c | 1137 static alloc_pool original_copy_bb_pool;
|
H A D | regcprop.c | 82 static alloc_pool debug_insn_changes_pool;
|
H A D | sel-sched-ir.h | 374 extern alloc_pool sched_lists_pool;
|
H A D | var-tracking.c | 450 static alloc_pool attrs_pool; 453 static alloc_pool var_pool; 456 static alloc_pool valvar_pool; 459 static alloc_pool loc_chain_pool; 462 static alloc_pool shared_hash_pool; 1260 static inline alloc_pool
|
H A D | sched-deps.c | 319 static alloc_pool dn_pool; 358 static alloc_pool dl_pool;
|
H A D | tree-ssa-sccvn.c | 114 alloc_pool phis_pool; 115 alloc_pool references_pool;
|
H A D | tree-sra.c | 257 static alloc_pool access_pool; 269 static alloc_pool link_pool;
|
H A D | tree-ssa-strlen.c | 91 static alloc_pool strinfo_pool;
|
H A D | tree-ssa-pre.c | 328 static alloc_pool pre_expr_pool; 472 static alloc_pool bitmap_set_pool;
|
H A D | tree-ssa-math-opts.c | 182 static alloc_pool occ_pool;
|
H A D | cselib.c | 195 static alloc_pool elt_loc_list_pool, elt_list_pool, cselib_val_pool, value_pool;
|
H A D | tree-ssa-reassoc.c | 182 static alloc_pool operand_entry_pool;
|
H A D | ipa-inline-analysis.c | 141 static alloc_pool edge_predicate_pool;
|
H A D | tree-ssa-structalias.c | 309 static alloc_pool variable_info_pool; 498 static alloc_pool constraint_pool;
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-format.c | 966 unsigned HOST_WIDE_INT, alloc_pool); 1444 alloc_pool fwt_pool; in check_format_arg() 1621 unsigned HOST_WIDE_INT arg_num, alloc_pool fwt_pool) in check_format_info_main()
|
12