| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | pointer-set.c | 80 result->slots = XCNEWVEC (const void *, result->n_slots); in pointer_set_create() 147 const void **new_slots = XCNEWVEC (const void *, new_n_slots); in pointer_set_insert() 211 result->keys = XCNEWVEC (const void *, result->n_slots); in pointer_map_create() 212 result->values = XCNEWVEC (void *, result->n_slots); in pointer_map_create() 261 const void **new_keys = XCNEWVEC (const void *, new_n_slots); in pointer_map_insert() 262 void **new_values = XCNEWVEC (void *, new_n_slots); in pointer_map_insert()
|
| HD | tree-ssa-ter.c | 192 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table() 193 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table() 194 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); in new_temp_expr_table() 202 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); in new_temp_expr_table() 213 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table()
|
| HD | web.c | 346 def_entry = XCNEWVEC (struct web_entry, DF_DEFS_TABLE_SIZE()); in web_main() 347 used = XCNEWVEC (unsigned, max); in web_main() 348 use_entry = XCNEWVEC (struct web_entry, uses_num); in web_main()
|
| HD | ree.c | 539 is_insn_visited = XCNEWVEC (bool, max_insn_uid); in make_defs_and_copies_lists() 844 unsigned *def_map = XCNEWVEC (unsigned, max_insn_uid); in VEC() 892 state.modified = XCNEWVEC (struct ext_modified, max_insn_uid); in find_and_remove_re()
|
| HD | gcc-ar.c | 81 nargv = XCNEWVEC (const char *, ac + 4); in main()
|
| HD | genemit.c | 381 char *used = XCNEWVEC (char, stats.num_generator_args); in gen_insn() 486 used = XCNEWVEC (char, stats.num_operand_vars); in gen_expand() 558 used = XCNEWVEC (char, stats.num_operand_vars); in gen_split()
|
| HD | regstat.c | 361 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_ri() 505 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_calls_crossed()
|
| HD | bt-load.c | 779 btr_def *def_array = XCNEWVEC (btr_def, max_uid); in build_btr_def_use_webs() 780 btr_user *use_array = XCNEWVEC (btr_user, max_uid); in build_btr_def_use_webs() 784 HARD_REG_SET *btrs_written = XCNEWVEC (HARD_REG_SET, last_basic_block); in build_btr_def_use_webs() 1429 btrs_live = XCNEWVEC (HARD_REG_SET, last_basic_block); in migrate_btr_defs() 1430 btrs_live_at_end = XCNEWVEC (HARD_REG_SET, last_basic_block); in migrate_btr_defs()
|
| HD | graphds.c | 64 g->vertices = XCNEWVEC (struct vertex, n_vertices); in new_graph() 405 int *marks = XCNEWVEC (int, g->n_vertices); in graphds_domtree()
|
| HD | ipa-utils.c | 172 env.stack = XCNEWVEC (struct cgraph_node *, cgraph_n_nodes); in ipa_reduced_postorder() 258 XCNEWVEC (struct postorder_stack, cgraph_n_nodes); in ipa_reverse_postorder()
|
| HD | collect2.c | 960 out_lto_ld_argv = XCNEWVEC(char *, num_files + lto_ld_argv_size + 1); in maybe_run_lto_and_relink() 1143 ld1_argv = XCNEWVEC (char *, argc + 4); in main() 1145 ld2_argv = XCNEWVEC (char *, argc + 11); in main() 1147 object_lst = XCNEWVEC (char *, argc); in main() 1225 c_argv = XCNEWVEC (char *, num_c_args); in main() 1834 char **real_strip_argv = XCNEWVEC (char *, 3); in main() 3257 char **real_argv = XCNEWVEC (char *, 3); in do_dsymutil()
|
| HD | cfgloop.c | 816 body = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body() 876 tovisit = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body_in_dom_order() 915 blocks = XCNEWVEC (basic_block, loop->num_nodes); in get_loop_body_in_bfs_order() 1322 sizes = XCNEWVEC (unsigned, num); in verify_loop_structure()
|
| HD | gcse.c | 1364 flat_table = XCNEWVEC (struct expr *, table->n_elems); in dump_hash_table() 2063 char *visited = XCNEWVEC (char, last_basic_block); in pre_expr_reaches_here_p() 2590 index_map = XCNEWVEC (struct expr *, expr_hash_table.n_elems); in pre_gcse() 2881 visited = XCNEWVEC (char, last_basic_block); in hoist_expr_reaches_here_p() 2944 index_map = XCNEWVEC (struct expr *, expr_hash_table.n_elems); in hoist_code() 2953 to_bb_head = XCNEWVEC (int, get_max_uid ()); in hoist_code() 2954 bb_size = XCNEWVEC (int, last_basic_block); in hoist_code()
|
| HD | cfganal.c | 174 pre = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges() 175 post = XCNEWVEC (int, last_basic_block); in mark_dfs_back_edges() 1196 st = XCNEWVEC (basic_block, rslt_max); in dfs_enumerate_from()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-ter.c | 193 t->partition_dependencies = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table() 194 t->expr_decl_uids = XCNEWVEC (bitmap, num_ssa_names + 1); in new_temp_expr_table() 195 t->kill_list = XCNEWVEC (bitmap, num_var_partitions (map) + 1); in new_temp_expr_table() 203 t->num_in_part = XCNEWVEC (int, num_var_partitions (map)); in new_temp_expr_table() 215 t->call_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table() 216 t->reg_vars_cnt = XCNEWVEC (int, num_ssa_names + 1); in new_temp_expr_table()
|
| HD | web.c | 366 def_entry = XCNEWVEC (web_entry, DF_DEFS_TABLE_SIZE ()); in execute() 367 used = XCNEWVEC (unsigned, max); in execute() 368 use_entry = XCNEWVEC (web_entry, uses_num); in execute()
|
| HD | regstat.c | 249 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_ri() 375 reg_info_p = XCNEWVEC (struct reg_info_t, max_regno); in regstat_compute_calls_crossed()
|
| HD | genemit.c | 432 : XCNEWVEC (char, stats.num_generator_args)); in gen_insn() 536 used = XCNEWVEC (char, stats.num_operand_vars); in gen_expand() 572 used = XCNEWVEC (char, stats.num_operand_vars); in gen_split()
|
| HD | bt-load.c | 762 btr_def **def_array = XCNEWVEC (btr_def *, max_uid); in build_btr_def_use_webs() 763 btr_user **use_array = XCNEWVEC (btr_user *, max_uid); in build_btr_def_use_webs() 768 HARD_REG_SET *btrs_written = XCNEWVEC (HARD_REG_SET, in build_btr_def_use_webs() 1414 btrs_live = XCNEWVEC (HARD_REG_SET, last_basic_block_for_fn (cfun)); in migrate_btr_defs() 1415 btrs_live_at_end = XCNEWVEC (HARD_REG_SET, last_basic_block_for_fn (cfun)); in migrate_btr_defs()
|
| HD | collect2.c | 768 out_lto_ld_argv = XCNEWVEC (char *, num_files + lto_ld_argv_size + 1); in maybe_run_lto_and_relink() 974 ld1_argv = XCNEWVEC (char *, argc + 4); in main() 976 ld2_argv = XCNEWVEC (char *, argc + 11); in main() 978 object_lst = XCNEWVEC (char *, argc); in main() 1063 c_argv = XCNEWVEC (char *, num_c_args); in main() 1730 char **real_strip_argv = XCNEWVEC (char *, 3); in main() 3064 char **real_argv = XCNEWVEC (char *, 3); in do_dsymutil()
|
| HD | tree-ssa-scopedtables.c | 770 expr->ops.call.args = XCNEWVEC (tree, nargs); in expr_hash_elt() 794 expr->ops.phi.args = XCNEWVEC (tree, nargs); in expr_hash_elt() 835 m_expr.ops.call.args = XCNEWVEC (tree, nargs); in expr_hash_elt() 844 m_expr.ops.phi.args = XCNEWVEC (tree, nargs); in expr_hash_elt()
|
| HD | lra-remat.c | 445 regno_potential_cand = XCNEWVEC (struct potential_cand, max_reg_num ()); in create_cands() 1314 insn_to_cand = XCNEWVEC (cand_t, get_max_uid ()); in lra_remat() 1315 insn_to_cand_activation = XCNEWVEC (cand_t, get_max_uid ()); in lra_remat() 1316 regno_cands = XCNEWVEC (cand_t, max_regno); in lra_remat()
|
| HD | ree.c | 624 is_insn_visited = XCNEWVEC (bool, max_insn_uid); in make_defs_and_copies_lists() 1239 unsigned *def_map = XCNEWVEC (unsigned, max_insn_uid); in find_removable_extensions() 1301 state.modified = XCNEWVEC (struct ext_modified, max_insn_uid); in find_and_remove_re()
|
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | symtab.c | 71 table->entries = XCNEWVEC (hashnode, nslots); in ht_create() 191 nentries = XCNEWVEC (hashnode, size); in ht_expand()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | symtab.c | 68 table->entries = XCNEWVEC (hashnode, nslots); in ht_create() 188 nentries = XCNEWVEC (hashnode, size); in ht_expand()
|