Searched refs:VEC_quick_push (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssanames.c89 We use VEC_quick_push here because we know that SSA_NAMES has at
91 VEC_quick_push (tree, ssa_names, NULL_TREE);
H A Dtree-ssa-threadedge.c152 VEC_quick_push (tree, *stack, prev_x);
153 VEC_quick_push (tree, *stack, x);
H A Dtree-into-ssa.c283 VEC_quick_push (ssa_name_info_p, info_for_ssa_name, info);
905 VEC_quick_push (int, worklist, 1);
926 VEC_quick_push (int, worklist, b);
1020 /* We use VEC_quick_push here for speed. This is safe because we
1024 VEC_quick_push (int, work_stack, bb_index);
1107 VEC_quick_push (tree_vec, phis_to_rewrite, NULL);
1591 VEC_quick_push (tree, block_defs_stack, currdef);
1592 VEC_quick_push (tree, block_defs_stack, old_name);
H A Dvalue-prof.c742 VEC_quick_push (histogram_value, *values, hist);
755 VEC_quick_push (histogram_value, *values, hist);
764 VEC_quick_push (histogram_value, *values, hist);
H A Dglobal.c2211 /* We use VEC_quick_push here because
2214 VEC_quick_push (int, earlyclobber_regclass, (int) class);
2364 VEC_quick_push (basic_block, bbs, bb);
2404 VEC_quick_push (basic_block, new_bbs, succ);
H A Dlambda-code.c1364 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 1));
1367 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 0));
2474 VEC_quick_push (tree, phis, PHI_RESULT (phi));
2475 VEC_quick_push (tree, phis, PHI_ARG_DEF (phi, 0));
H A Dtree-vect-generic.c218 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL);
H A Ddbxout.c2396 VEC_quick_push (tree, *types_p, TYPE_STUB_DECL (type));
2399 VEC_quick_push (tree, *types_p, TYPE_NAME (type));
H A Dtree-ssa-dom.c1079 VEC_quick_push (tree, const_and_copies_stack, prev_x);
1080 VEC_quick_push (tree, const_and_copies_stack, x);
H A Dipa-cp.c1051 VEC_quick_push (cgraph_edge_p, redirect_callers, cs);
H A Dvec.h270 #define VEC_quick_push(T,V,O) \ macro
H A Dtree-ssa-pre.c1717 VEC_quick_push (basic_block, worklist, e->dest);
3674 VEC_quick_push (tree, worklist, t);
3695 VEC_quick_push (tree, worklist, arg);
H A Dgenautomata.c7030 VEC_quick_push (vect_el_t, translate_vect,
7085 VEC_quick_push (vect_el_t, tab->full_vect, undefined_vect_el_value);
7503 VEC_quick_push (vect_el_t, min_issue_delay_vect, 0);
7546 VEC_quick_push (vect_el_t, compressed_min_issue_delay_vect, 0);
7637 VEC_quick_push (vect_el_t, reserved_units_table, 0);
H A Dtree-eh.c516 VEC_quick_push (tree, tf->dest_array, lab);
H A Dtree.h2218 (VEC_quick_push (tree, BINFO_BASE_BINFOS (NODE), (T)))
2235 VEC_quick_push (tree, BINFO_BASE_ACCESSES (NODE), (T))
H A Dtree.c1026 elt = VEC_quick_push (constructor_elt, v, NULL);
1050 constructor_elt *elt = VEC_quick_push (constructor_elt, v, NULL);
H A Ddf-problems.c2363 /* We use VEC_quick_push here because
2366 VEC_quick_push (int, earlyclobber_regclass, (int) class);
H A Dfunction.c5527 VEC_quick_push (tree, cfun->ib_boundaries_block, NULL_TREE);
H A Dtree-data-ref.c1156 VEC_quick_push (tree, DR_ACCESS_FNS (res), access_fn);
H A Dvarasm.c2745 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL);
/freebsd-10.0-release/contrib/gcc/cp/
H A Dclass.c933 VEC_quick_push (tree, method_vec, NULL_TREE);
934 VEC_quick_push (tree, method_vec, NULL_TREE);
1105 VEC_quick_push (tree, method_vec, overload);
H A Dinit.c239 ce = VEC_quick_push (constructor_elt, v, NULL);
H A Dtree.c688 VEC_quick_push (tree, CLASSTYPE_VBASECLASSES (t), new_binfo);
H A Dname-lookup.c326 cb = VEC_quick_push (cp_class_binding, scope->class_shadowed, NULL);

Completed in 391 milliseconds