| /openbsd-src/gnu/gcc/gcc/ |
| H A D | genextract.c | 96 acc.oplocs = VEC_alloc (locstr,heap, 10); in gen_insn() 97 acc.duplocs = VEC_alloc (locstr,heap, 10); in gen_insn() 98 acc.dupnums = VEC_alloc (int,heap, 10); in gen_insn() 99 acc.pathstr = VEC_alloc (char,heap, 20); in gen_insn()
|
| H A D | tree-loop-linear.c | 293 datarefs = VEC_alloc (data_reference_p, heap, 10); in linear_transform_loops() 294 dependence_relations = VEC_alloc (ddr_p, heap, 10 * 10); in linear_transform_loops()
|
| H A D | cfglayout.c | 257 block_locators_locs = VEC_alloc (int, heap, 32); in insn_locators_initialize() 258 block_locators_blocks = VEC_alloc (tree, gc, 32); in insn_locators_initialize() 259 line_locators_locs = VEC_alloc (int, heap, 32); in insn_locators_initialize() 260 line_locators_lines = VEC_alloc (int, heap, 32); in insn_locators_initialize() 261 file_locators_locs = VEC_alloc (int, heap, 32); in insn_locators_initialize()
|
| H A D | tree-ssa-propagate.c | 469 interesting_ssa_edges = VEC_alloc (tree, gc, 20); in ssa_prop_init() 470 varying_ssa_edges = VEC_alloc (tree, gc, 20); in ssa_prop_init() 481 cfg_blocks = VEC_alloc (basic_block, heap, 20); in ssa_prop_init()
|
| H A D | tree-ssanames.c | 82 ssa_names = VEC_alloc (tree, gc, 50); in init_ssanames()
|
| H A D | tree-vectorizer.c | 1373 STMT_VINFO_SAME_ALIGN_REFS (res) = VEC_alloc (dr_p, heap, 5); in new_stmt_vec_info() 1425 LOOP_VINFO_DATAREFS (res) = VEC_alloc (data_reference_p, heap, 10); in new_loop_vec_info() 1426 LOOP_VINFO_DDRS (res) = VEC_alloc (ddr_p, heap, 10 * 10); in new_loop_vec_info() 1429 = VEC_alloc (tree, heap, PARAM_VALUE (PARAM_VECT_MAX_VERSION_CHECKS)); in new_loop_vec_info()
|
| H A D | tree-outof-ssa.c | 222 g->nodes = VEC_alloc (tree, heap, 30); in new_elim_graph() 223 g->const_copies = VEC_alloc (tree, heap, 20); in new_elim_graph() 224 g->edge_list = VEC_alloc (int, heap, 20); in new_elim_graph() 225 g->stack = VEC_alloc (int, heap, 30); in new_elim_graph() 2062 edge_leader = VEC_alloc (edge, heap, 25); in init_analyze_edges_for_bb() 2063 stmt_list = VEC_alloc (tree, heap, 25); in init_analyze_edges_for_bb()
|
| H A D | tree-ssa-operands.c | 253 build_defs = VEC_alloc (tree, heap, 5); in init_ssa_operands() 254 build_uses = VEC_alloc (tree, heap, 10); in init_ssa_operands() 255 build_vuses = VEC_alloc (tree, heap, 25); in init_ssa_operands() 256 build_v_may_defs = VEC_alloc (tree, heap, 25); in init_ssa_operands() 257 build_v_must_defs = VEC_alloc (tree, heap, 25); in init_ssa_operands()
|
| H A D | tree-into-ssa.c | 904 worklist = VEC_alloc (int, heap, n_defs + 1); in prune_unused_phi_nodes() 1015 work_stack = VEC_alloc (int, heap, n_basic_blocks); in find_idf() 1111 phis = VEC_alloc (tree, heap, 10); in mark_phi_for_rewrite() 1958 block_defs_stack = VEC_alloc (tree, heap, 10); in rewrite_blocks() 2964 phis_to_rewrite = VEC_alloc (tree_vec, heap, last_basic_block); in update_ssa()
|
| H A D | tree-ssa-uncprop.c | 395 equiv_stack = VEC_alloc (tree, heap, 2); in tree_ssa_uncprop()
|
| H A D | genautomata.c | 3221 alt_states = VEC_alloc (alt_state_t,heap, 150); in uniq_sort_alt_states() 5252 VEC(ainsn_t,heap) *last_insns = VEC_alloc (ainsn_t,heap, 150); in form_ainsn_with_same_reservs() 5328 VEC(state_t,heap) *state_stack = VEC_alloc(state_t,heap, 150); in make_automaton() 5540 state_stack = VEC_alloc (state_t,heap, 0); in NDFA_to_DFA() 5759 *classes = VEC_alloc (state_t,heap, 150); in init_equiv_class() 5862 all_achieved_states = VEC_alloc (state_t,heap, 1500); in evaluate_equiv_classes() 6998 translate_vect = VEC_alloc (vect_el_t,heap, description->insns_num); in output_translate_vect() 7046 tab->comb_vect = VEC_alloc (vect_el_t,heap, 10000); in create_state_ainsn_table() 7047 tab->check_vect = VEC_alloc (vect_el_t,heap, 10000); in create_state_ainsn_table() 7055 tab->full_vect = VEC_alloc (vect_el_t,heap, full_vect_length); in create_state_ainsn_table() [all …]
|
| H A D | tree-ssa-threadupdate.c | 909 threaded_edges = VEC_alloc (edge, heap, 10); in register_jump_thread()
|
| H A D | tree-data-ref.c | 1029 acc_fns = VEC_alloc (tree, heap, 3); in analyze_array() 1152 acc_fns = VEC_alloc (tree, heap, 3); in init_data_ref() 2237 DDR_SUBSCRIPTS (res) = VEC_alloc (subscript_p, heap, DR_NUM_DIMENSIONS (a)); in initialize_data_dependence_relation() 4286 VEC (loop_p, heap) *vloops = VEC_alloc (loop_p, heap, 3); in compute_data_dependences_for_loop() 4385 VEC_alloc (data_reference_p, heap, nb_data_refs); 4387 VEC_alloc (ddr_p, heap, nb_data_refs * nb_data_refs);
|
| H A D | tree-ssa-live.c | 884 tpa->trees = VEC_alloc (tree, heap, x); in tpa_init() 885 tpa->first_partition = VEC_alloc (int, heap, x); in tpa_init() 1420 tpa_to_clear = VEC_alloc (int, heap, 50); in build_tree_conflict_graph()
|
| H A D | tree-ssa-dom.c | 249 avail_exprs_stack = VEC_alloc (tree, heap, 20); in tree_ssa_dominator_optimize() 250 const_and_copies_stack = VEC_alloc (tree, heap, 20); in tree_ssa_dominator_optimize() 251 stmts_to_rescan = VEC_alloc (tree, heap, 20); in tree_ssa_dominator_optimize()
|
| H A D | global.c | 2281 earlyclobber_regclass = VEC_alloc (int, heap, N_REG_CLASSES); in calculate_local_reg_bb_info() 2344 bbs = VEC_alloc (basic_block, heap, n_basic_blocks); in calculate_reg_pav() 2345 new_bbs = VEC_alloc (basic_block, heap, n_basic_blocks); in calculate_reg_pav()
|
| H A D | tree-ssa-dce.c | 837 worklist = VEC_alloc (tree, heap, 64); in tree_dce_init()
|
| H A D | tree-vect-generic.c | 213 v = VEC_alloc(constructor_elt, gc, (nunits + delta - 1) / delta); in expand_vector_piecewise()
|
| H A D | cfgbuild.c | 550 basic_block_info = VEC_alloc (basic_block, gc, n_basic_blocks); in find_basic_blocks()
|
| H A D | tree-complex.c | 1495 complex_lattice_values = VEC_alloc (complex_lattice_t, heap, num_ssa_names); in tree_lower_complex() 1507 complex_ssa_name_components = VEC_alloc (tree, heap, 2*num_ssa_names); in tree_lower_complex()
|
| H A D | ipa-cp.c | 1049 redirect_callers = VEC_alloc (cgraph_edge_p, heap, node_callers); in ipcp_insert_stage()
|
| H A D | tree-ssa-structalias.c | 1285 ti->topo_order = VEC_alloc (unsigned, heap, 1); in init_topo_info() 1591 si->scc_stack = VEC_alloc (unsigned, heap, 1); in init_scc_info() 4689 constraints = VEC_alloc (constraint_t, heap, 8); in init_alias_vars() 4690 varmap = VEC_alloc (varinfo_t, heap, 8); in init_alias_vars()
|
| H A D | tree-ssa-alias.c | 881 ai->processed_ptrs = VEC_alloc (tree, heap, 50); in init_alias_info() 2055 v_ann->may_aliases = VEC_alloc (tree, gc, 2); in add_may_alias()
|
| H A D | loop-invariant.c | 1252 invariants = VEC_alloc (invariant_p, heap, 100); in init_inv_motion_data()
|
| /openbsd-src/gnu/gcc/gcc/config/mt/ |
| H A D | mt.c | 1889 VEC (loop_work,heap) *works = VEC_alloc (loop_work,heap,20); in mt_reorg_loops() 1920 loop->blocks = VEC_alloc (basic_block, heap, 20); in mt_reorg_loops()
|