| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-threadedge.c | 152 VEC_quick_push (tree, *stack, prev_x); in record_temporary_equivalence() 153 VEC_quick_push (tree, *stack, x); in record_temporary_equivalence()
|
| H A D | tree-into-ssa.c | 283 VEC_quick_push (ssa_name_info_p, info_for_ssa_name, info); in get_ssa_name_ann() 905 VEC_quick_push (int, worklist, 1); in prune_unused_phi_nodes() 926 VEC_quick_push (int, worklist, b); in prune_unused_phi_nodes() 1024 VEC_quick_push (int, work_stack, bb_index); in find_idf() 1107 VEC_quick_push (tree_vec, phis_to_rewrite, NULL); in mark_phi_for_rewrite() 1591 VEC_quick_push (tree, block_defs_stack, currdef); in register_new_update_single() 1592 VEC_quick_push (tree, block_defs_stack, old_name); in register_new_update_single()
|
| H A D | tree-ssanames.c | 91 VEC_quick_push (tree, ssa_names, NULL_TREE); in init_ssanames()
|
| H A D | value-prof.c | 741 VEC_quick_push (histogram_value, *values, hist); in tree_divmod_values_to_profile() 754 VEC_quick_push (histogram_value, *values, hist); in tree_divmod_values_to_profile() 763 VEC_quick_push (histogram_value, *values, hist); in tree_divmod_values_to_profile()
|
| H A D | lambda-code.c | 1364 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 1)); in gcc_loop_to_lambda_loop() 1367 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 0)); in gcc_loop_to_lambda_loop() 2474 VEC_quick_push (tree, phis, PHI_RESULT (phi)); in perfect_nestify() 2475 VEC_quick_push (tree, phis, PHI_ARG_DEF (phi, 0)); in perfect_nestify()
|
| H A D | global.c | 2199 VEC_quick_push (int, earlyclobber_regclass, (int) class); in check_earlyclobber() 2349 VEC_quick_push (basic_block, bbs, bb); in calculate_reg_pav() 2389 VEC_quick_push (basic_block, new_bbs, succ); in calculate_reg_pav()
|
| H A D | tree-vect-generic.c | 218 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL); in expand_vector_piecewise()
|
| H A D | tree-ssa-dom.c | 1079 VEC_quick_push (tree, const_and_copies_stack, prev_x); in record_const_or_copy_1() 1080 VEC_quick_push (tree, const_and_copies_stack, x); in record_const_or_copy_1()
|
| H A D | tree-ssa-pre.c | 1717 VEC_quick_push (basic_block, worklist, e->dest); in compute_antic_aux() 3674 VEC_quick_push (tree, worklist, t); in remove_dead_inserted_code() 3695 VEC_quick_push (tree, worklist, arg); in remove_dead_inserted_code()
|
| H A D | dbxout.c | 2390 VEC_quick_push (tree, *types_p, TYPE_STUB_DECL (type)); in output_used_types_helper() 2393 VEC_quick_push (tree, *types_p, TYPE_NAME (type)); in output_used_types_helper()
|
| H A D | ipa-cp.c | 1051 VEC_quick_push (cgraph_edge_p, redirect_callers, cs); in ipcp_insert_stage()
|
| H A D | vec.h | 270 #define VEC_quick_push(T,V,O) \ macro
|
| H A D | genautomata.c | 7002 VEC_quick_push (vect_el_t, translate_vect, in output_translate_vect() 7057 VEC_quick_push (vect_el_t, tab->full_vect, undefined_vect_el_value); in create_state_ainsn_table() 7475 VEC_quick_push (vect_el_t, min_issue_delay_vect, 0); in output_min_issue_delay_table() 7518 VEC_quick_push (vect_el_t, compressed_min_issue_delay_vect, 0); in output_min_issue_delay_table() 7609 VEC_quick_push (vect_el_t, reserved_units_table, 0); in output_reserved_units_table()
|
| H A D | tree-eh.c | 511 VEC_quick_push (tree, tf->dest_array, lab); in maybe_record_in_goto_queue()
|
| H A D | tree.h | 2250 (VEC_quick_push (tree, BINFO_BASE_BINFOS (NODE), (T))) 2267 VEC_quick_push (tree, BINFO_BASE_ACCESSES (NODE), (T))
|
| H A D | tree.c | 1030 elt = VEC_quick_push (constructor_elt, v, NULL); in build_constructor_single() 1054 constructor_elt *elt = VEC_quick_push (constructor_elt, v, NULL); in build_constructor_from_list()
|
| H A D | df-problems.c | 2360 VEC_quick_push (int, earlyclobber_regclass, (int) class); in df_urec_check_earlyclobber()
|
| H A D | tree-data-ref.c | 1154 VEC_quick_push (tree, DR_ACCESS_FNS (res), access_fn); in init_data_ref()
|
| H A D | varasm.c | 2730 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL); in copy_constant()
|
| H A D | function.c | 5665 VEC_quick_push (tree, cfun->ib_boundaries_block, NULL_TREE); in reset_block_changes()
|
| H A D | ChangeLog-2005 | 28224 * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of
|
| H A D | ChangeLog-2004 | 2751 Call VEC_safe_push instead of VEC_quick_push.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | tree.c | 685 VEC_quick_push (tree, CLASSTYPE_VBASECLASSES (t), new_binfo); in copy_binfo()
|
| H A D | class.c | 931 VEC_quick_push (tree, method_vec, NULL_TREE); in add_method() 932 VEC_quick_push (tree, method_vec, NULL_TREE); in add_method() 1103 VEC_quick_push (tree, method_vec, overload); in add_method()
|
| H A D | init.c | 239 ce = VEC_quick_push (constructor_elt, v, NULL); in build_zero_init()
|