Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-threadedge.c152 VEC_quick_push (tree, *stack, prev_x); in record_temporary_equivalence()
153 VEC_quick_push (tree, *stack, x); in record_temporary_equivalence()
H A Dtree-into-ssa.c283 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 Dtree-ssanames.c91 VEC_quick_push (tree, ssa_names, NULL_TREE); in init_ssanames()
H A Dvalue-prof.c741 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 Dlambda-code.c1364 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 Dglobal.c2199 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 Dtree-vect-generic.c218 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL); in expand_vector_piecewise()
H A Dtree-ssa-dom.c1079 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 Dtree-ssa-pre.c1717 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 Ddbxout.c2390 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 Dipa-cp.c1051 VEC_quick_push (cgraph_edge_p, redirect_callers, cs); in ipcp_insert_stage()
H A Dvec.h270 #define VEC_quick_push(T,V,O) \ macro
H A Dgenautomata.c7002 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 Dtree-eh.c511 VEC_quick_push (tree, tf->dest_array, lab); in maybe_record_in_goto_queue()
H A Dtree.h2250 (VEC_quick_push (tree, BINFO_BASE_BINFOS (NODE), (T)))
2267 VEC_quick_push (tree, BINFO_BASE_ACCESSES (NODE), (T))
H A Dtree.c1030 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 Ddf-problems.c2360 VEC_quick_push (int, earlyclobber_regclass, (int) class); in df_urec_check_earlyclobber()
H A Dtree-data-ref.c1154 VEC_quick_push (tree, DR_ACCESS_FNS (res), access_fn); in init_data_ref()
H A Dvarasm.c2730 constructor_elt *ce = VEC_quick_push (constructor_elt, v, NULL); in copy_constant()
H A Dfunction.c5665 VEC_quick_push (tree, cfun->ib_boundaries_block, NULL_TREE); in reset_block_changes()
H A DChangeLog-200528224 * tree-into-ssa.c (find_idf): Use VEC_quick_push instead of
H A DChangeLog-20042751 Call VEC_safe_push instead of VEC_quick_push.
/freebsd-12.1/contrib/gcc/cp/
H A Dtree.c685 VEC_quick_push (tree, CLASSTYPE_VBASECLASSES (t), new_binfo); in copy_binfo()
H A Dclass.c931 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 Dinit.c239 ce = VEC_quick_push (constructor_elt, v, NULL); in build_zero_init()