Home
last modified time | relevance | path

Searched refs:VEC_alloc (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/gcc/gcc/
H A Dgenextract.c96 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 Dtree-loop-linear.c293 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 Dcfglayout.c257 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 Dtree-ssa-propagate.c469 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 Dtree-ssanames.c82 ssa_names = VEC_alloc (tree, gc, 50); in init_ssanames()
H A Dtree-vectorizer.c1373 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 Dtree-outof-ssa.c222 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 Dtree-ssa-operands.c253 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 Dtree-into-ssa.c904 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 Dtree-ssa-uncprop.c395 equiv_stack = VEC_alloc (tree, heap, 2); in tree_ssa_uncprop()
H A Dgenautomata.c3221 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 Dtree-ssa-threadupdate.c909 threaded_edges = VEC_alloc (edge, heap, 10); in register_jump_thread()
H A Dtree-data-ref.c1029 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 Dtree-ssa-live.c884 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 Dtree-ssa-dom.c249 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 Dglobal.c2281 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 Dtree-ssa-dce.c837 worklist = VEC_alloc (tree, heap, 64); in tree_dce_init()
H A Dtree-vect-generic.c213 v = VEC_alloc(constructor_elt, gc, (nunits + delta - 1) / delta); in expand_vector_piecewise()
H A Dcfgbuild.c550 basic_block_info = VEC_alloc (basic_block, gc, n_basic_blocks); in find_basic_blocks()
H A Dtree-complex.c1495 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 Dipa-cp.c1049 redirect_callers = VEC_alloc (cgraph_edge_p, heap, node_callers); in ipcp_insert_stage()
H A Dtree-ssa-structalias.c1285 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 Dtree-ssa-alias.c881 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 Dloop-invariant.c1252 invariants = VEC_alloc (invariant_p, heap, 100); in init_inv_motion_data()
/openbsd-src/gnu/gcc/gcc/config/mt/
H A Dmt.c1889 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()

123