Searched refs:VEC_alloc (Results 26 - 50 of 51) sorted by relevance

123

/freebsd-10.3-release/contrib/gcc/
H A Dtree-vect-analyze.c1629 worklist = VEC_alloc (tree, heap, 64);
H A Dvec.h197 #define VEC_alloc(T,A,N) (VEC_OP(T,A,alloc)(N MEM_STAT_INFO)) macro
H A Ddwarf2out.c4906 die->die_attr = VEC_alloc (dw_attr_node, gc, 1);
14016 decl_scope_table = VEC_alloc (tree, gc, 256);
14034 pubname_table = VEC_alloc (pubname_entry, gc, 32);
14035 pubtype_table = VEC_alloc (pubname_entry, gc, 32);
14045 incomplete_types = VEC_alloc (tree, gc, 64);
14047 used_rtx_array = VEC_alloc (rtx, gc, 32);
H A Dtree-ssa-loop-ivopts.c824 data->iv_uses = VEC_alloc (iv_use_p, heap, 20);
825 data->iv_candidates = VEC_alloc (iv_cand_p, heap, 20);
826 decl_rtl_to_reset = VEC_alloc (tree, heap, 20);
H A Dloop-unroll.c1610 ves->var_expansions = VEC_alloc (rtx, heap, 1);
H A Dregclass.c2189 reg_n_info = VEC_alloc (reg_info_p, heap, regno_allocated);
H A Dtree-eh.c515 tf->dest_array = VEC_alloc (tree, heap, 10);
H A Dtree-scalar-evolution.c2859 exit_conditions = VEC_alloc (tree, heap, 37);
H A Ddbxout.c2445 types = VEC_alloc (tree, heap, htab_elements (cfun->used_types_hash));
H A Dtree-cfg.c134 basic_block_info = VEC_alloc (basic_block, gc, initial_cfg_capacity);
140 label_to_block_map = VEC_alloc (basic_block, gc, initial_cfg_capacity);
H A Dtree-ssa-pre.c1715 worklist = VEC_alloc (basic_block, heap, EDGE_COUNT (block->succs));
3670 worklist = VEC_alloc (tree, heap, VEC_length (tree, inserted_exprs));
H A Dfunction.c3605 block_stack = VEC_alloc (tree, heap, 10);
5686 cfun->ib_boundaries_block = VEC_alloc (tree, gc, 100);
H A Dreg-stack.c3171 stack_regs_mentioned_data = VEC_alloc (char, heap, max_uid + 1);
H A Dtree.c1033 v = VEC_alloc (constructor_elt, gc, 1);
1055 v = VEC_alloc (constructor_elt, gc, list_length (vals));
H A Dgimplify.c1381 gimplify_ctxp->case_labels = VEC_alloc (tree, heap, 8);
1716 stack = VEC_alloc (tree, heap, 10);
H A Dtree-vrp.c5275 stack = VEC_alloc (tree, heap, 20);
H A Dvarasm.c2740 v = VEC_alloc(constructor_elt, gc, VEC_length(constructor_elt,
H A Ddf-problems.c2530 earlyclobber_regclass = VEC_alloc (int, heap, N_REG_CLASSES);
H A Dexcept.c1318 cfun->eh->ttype_data = VEC_alloc (tree, gc, 16);
/freebsd-10.3-release/contrib/gcc/cp/
H A Dclass.c931 method_vec = VEC_alloc (tree, gc, 8);
1959 ffod.path = VEC_alloc (tree, heap, 30);
5464 local_classes = VEC_alloc (tree, gc, 8);
7251 vid.fns = VEC_alloc (tree, gc, 32);
H A Dinit.c238 v = VEC_alloc (constructor_elt, gc, 1);
H A Dname-lookup.c1303 VEC_alloc (tree, gc,
5124 current_lang_base = VEC_alloc (tree, gc, 10);
H A Ddecl2.c2502 ssdf_decls = VEC_alloc (tree, gc, 32);
H A Ddecl.c10516 BINFO_BASE_ACCESSES (binfo) = VEC_alloc (tree, gc, max_bases);
10538 CLASSTYPE_VBASECLASSES (ref) = VEC_alloc (tree, gc, max_vbases);
H A Dtypeck.c6214 v = VEC_alloc(constructor_elt, gc, 2);

Completed in 434 milliseconds

123