Home
last modified time | relevance | path

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

1234

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dipa-ref.c93 VEC_replace (ipa_ref_ptr, in ipa_record_reference()
114 VEC_replace (ipa_ref_ptr, list->refering, in ipa_remove_reference()
126 VEC_replace (ipa_ref_ptr, in ipa_remove_reference()
H A Dtree-ssa-strlen.c229 VEC_replace (strinfo, stridx_to_strinfo, 0, NULL); in unshare_strinfo_vec()
300 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (exp), idx); in new_stridx()
382 VEC_replace (strinfo, stridx_to_strinfo, idx, si); in set_strinfo()
608 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (ptr), in zero_length_string()
735 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (ptr), idx); in find_equal_ptrs()
1192 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (lhs), didx); in handle_builtin_strcpy()
1197 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (lhs), didx); in handle_builtin_strcpy()
1392 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (lhs), didx); in handle_builtin_memcpy()
1612 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (lhs), in handle_pointer_plus()
1796 VEC_replace (int, ssa_ver_to_stridx, SSA_NAME_VERSION (lhs), in strlen_optimize_stmt()
[all …]
H A Dipa-inline.h256 VEC_replace (int, node_growth_cache, node->uid, 0); in reset_node_growth_cache()
267 VEC_replace (edge_growth_cache_entry, edge_growth_cache, edge->uid, &zero); in reset_edge_growth_cache()
H A Dtree-ssanames.c137 VEC_replace (tree, SSANAMES (fn), SSA_NAME_VERSION (t), t); in make_ssa_name_fn()
214 VEC_replace (tree, SSANAMES (cfun), in release_ssa_name()
H A Dipa-cp.c1281 VEC_replace (tree, *known_csts, i, val->value); in gather_context_independent_values()
1289 VEC_replace (tree, *known_binfos, i, val->value); in gather_context_independent_values()
1395 VEC_replace (tree, known_csts, i, val->value); in estimate_local_effects()
1396 VEC_replace (tree, known_binfos, i, NULL_TREE); in estimate_local_effects()
1401 VEC_replace (tree, known_csts, i, NULL_TREE); in estimate_local_effects()
1402 VEC_replace (tree, known_binfos, i, val->value); in estimate_local_effects()
1720 VEC_replace (cgraph_edge_p, next_edge_clone, dst->uid, in ipcp_edge_duplication_hook()
1722 VEC_replace (cgraph_edge_p, next_edge_clone, src->uid, dst); in ipcp_edge_duplication_hook()
2118 VEC_replace (tree, known_vals, i, newval); in find_more_values_for_callers_subset()
2212 VEC_replace (tree, known_vals, i, t); in move_binfos_to_values()
[all …]
H A Dlto-streamer-in.c530 VEC_replace (eh_region, fn->eh->region_array, i, r); in input_eh_regions()
543 VEC_replace (eh_landing_pad, fn->eh->lp_array, i, lp); in input_eh_regions()
556 VEC_replace (tree, fn->eh->ttype_data, i, ttype); in input_eh_regions()
571 VEC_replace (tree, fn->eh->ehspec_data.arm_eabi, i, t); in input_eh_regions()
580 VEC_replace (uchar, fn->eh->ehspec_data.other, i, c); in input_eh_regions()
791 VEC_replace (tree, fn->local_decls, i, t); in input_struct_function_base()
H A Dfwprop.c182 VEC_replace (df_ref, reg_defs, dregno, NULL); in process_defs()
187 VEC_replace (df_ref, reg_defs, dregno, def); in process_defs()
209 VEC_replace (df_ref, use_def_ref, DF_REF_ID (use), in process_uses()
265 VEC_replace (df_ref, reg_defs, dregno, NULL); in single_def_use_leave_block()
267 VEC_replace (df_ref, reg_defs, dregno, saved_def); in single_def_use_leave_block()
915 VEC_replace (df_ref, use_def_ref, DF_REF_ID (use), active_defs[regno]); in update_uses()
H A Dtree-complex.c181 VEC_replace (complex_lattice_t, complex_lattice_values, in init_parameter_lattice_values()
384 VEC_replace (complex_lattice_t, complex_lattice_values, ver, new_l); in complex_visit_stmt()
415 VEC_replace (complex_lattice_t, complex_lattice_values, ver, new_l); in complex_visit_phi()
507 VEC_replace (tree, complex_ssa_name_components, ssa_name_index, ret); in get_component_ssa_name()
546 VEC_replace (tree, complex_ssa_name_components, ssa_name_index, value); in set_component_ssa_name()
561 VEC_replace (tree, complex_ssa_name_components, ssa_name_index, value); in set_component_ssa_name()
H A Dipa-utils.c412 VEC_replace (cgraph_node_ptr, set->nodes, index, last_node); in cgraph_node_set_remove()
541 VEC_replace (varpool_node_ptr, set->nodes, index, last_node); in varpool_node_set_remove()
H A Dipa-inline-analysis.c756 VEC_replace (tree, known_vals, i, cst); in evaluate_properties_for_edge()
758 VEC_replace (tree, *known_binfos_ptr, i, cst); in evaluate_properties_for_edge()
764 VEC_replace (tree, known_vals, i, error_mark_node); in evaluate_properties_for_edge()
916 VEC_replace (tree, known_vals, i, r->new_tree); in inline_node_duplication_hook()
1744 VEC_replace (predicate_t, nonconstant_names, in will_be_nonconstant_predicate()
1958 VEC_replace (predicate_t, nonconstant_names, in estimate_function_body_sizes()
2654 VEC_replace (int, operand_map, i, map); in inline_merge_summary()
2900 VEC_replace (int, node_growth_cache, node->uid, in do_estimate_growth()
H A Dtree-outof-ssa.c435 VEC_replace (int, g->edge_list, x, -1); in elim_graph_remove_succ_edge()
437 VEC_replace (int, g->edge_list, x + 1, -1); in elim_graph_remove_succ_edge()
439 VEC_replace (source_location, g->edge_locus, x / 2, UNKNOWN_LOCATION); in elim_graph_remove_succ_edge()
H A Dtree-streamer.c104 VEC_replace (tree, cache->nodes, ix, t); in streamer_tree_cache_add_to_node_array()
H A Dgenautomata.c3376 VEC_replace (alt_state_t, alt_states, prev_unique_state_ind, in uniq_sort_alt_states()
5097 VEC_replace (unit_usage_t, cycle_alt_unit_usages, index, unit_usage_ptr);
5290 VEC_replace (int, marked, alt, 1); in check_regexp_units_distribution()
5291 VEC_replace (int, marked, alt2, 1); in check_regexp_units_distribution()
5534 VEC_replace (ainsn_t, last_insns, i, curr_ainsn); in form_ainsn_with_same_reservs()
7235 VEC_replace (vect_el_t, translate_vect, in output_translate_vect()
7377 VEC_replace (vect_el_t, tab->full_vect, full_base + i, in add_vect()
7505 VEC_replace (vect_el_t, tab->comb_vect, in add_vect()
7507 VEC_replace (vect_el_t, tab->check_vect, in add_vect()
7519 VEC_replace (vect_el_t, tab->base_vect, vect_num, comb_vect_index); in add_vect()
[all …]
H A Dbasic-block.h355 (VEC_replace (basic_block, basic_block_info_for_function(FN), (N), (BB)))
368 #define SET_BASIC_BLOCK(N,BB) (VEC_replace (basic_block, basic_block_info, (N), (BB)))
H A Dtree-ssa-propagate.c221 VEC_replace (basic_block, cfg_blocks, in cfg_blocks_add()
753 VEC_replace (tree, args, i, CALL_EXPR_ARG (expr, i)); in update_call_from_tree()
H A Dsese.c180 VEC_replace (loop_p, SESE_LOOP_NEST (region), i, loop1); in build_sese_loop_nests()
181 VEC_replace (loop_p, SESE_LOOP_NEST (region), i + 1, loop0); in build_sese_loop_nests()
H A Dtree-vect-data-refs.c3140 VEC_replace (ddr_p, ddrs, k, newddr); in vect_analyze_data_refs()
3157 VEC_replace (ddr_p, ddrs, k, newddr); in vect_analyze_data_refs()
3170 VEC_replace (ddr_p, ddrs, k, newddr); in vect_analyze_data_refs()
3172 VEC_replace (data_reference_p, datarefs, i, dr); in vect_analyze_data_refs()
3984 VEC_replace (tree, *result_chain, 2*j, high); in vect_permute_store_chain()
3997 VEC_replace (tree, *result_chain, 2*j+1, low); in vect_permute_store_chain()
4447 VEC_replace (tree, *result_chain, j/2, data_ref); in vect_permute_load_chain()
4463 VEC_replace (tree, *result_chain, j/2+length/2, data_ref); in vect_permute_load_chain()
H A Dtree-vect-loop.c3723 VEC_replace (gimple, new_phis, i, outer_phi); in vect_create_epilog_for_reduction()
4001 VEC_replace (tree, scalar_results, j % group_size, new_res); in vect_create_epilog_for_reduction()
4081 VEC_replace (tree, scalar_results, 0, new_temp); in vect_create_epilog_for_reduction()
4084 VEC_replace (tree, scalar_results, 0, new_temp); in vect_create_epilog_for_reduction()
4086 VEC_replace (gimple, new_phis, 0, epilog_stmt); in vect_create_epilog_for_reduction()
4931 VEC_replace (tree, vec_oprnds0, 0, loop_vec_def0); in vectorizable_reduction()
4938 VEC_replace (tree, vec_oprnds1, 0, loop_vec_def1); in vectorizable_reduction()
4991 VEC_replace (tree, vect_defs, 0, new_temp); in vectorizable_reduction()
5011 VEC_replace (tree, vect_defs, 0, new_temp); in vectorizable_reduction()
H A Dtree-predcom.c1520 VEC_replace (tree, chain->vars, i, make_ssa_name (var, NULL)); in initialize_root_vars()
1585 VEC_replace (tree, *vars, i, make_ssa_name (var, NULL)); in initialize_root_vars_lm()
1647 VEC_replace (tree, vars, 0, var); in execute_load_motion()
2412 VEC_replace (tree, chain->inits, n - laref->distance, in prepare_initializers_chain()
2432 VEC_replace (tree, chain->inits, i, init); in prepare_initializers_chain()
H A Dgenextract.c199 VEC_replace (locstr, *vp, ix, str); in VEC_safe_set_locstr()
H A Dipa-reference.c172 VEC_replace (ipa_reference_vars_info_t, ipa_reference_vars_vector, in set_reference_vars_info()
187 VEC_replace (ipa_reference_optimization_summary_t, in set_reference_optimization_summary()
H A Dtree-ssa-operands.c1161 VEC_replace (tree, build_uses, i, NULL_TREE); in verify_ssa_operands()
1186 VEC_replace (tree, build_defs, i, NULL_TREE); in verify_ssa_operands()
H A Ddf-scan.c2373 VEC_replace (df_ref, *ref_vec, i, VEC_index (df_ref, *ref_vec, j)); in df_swap_refs()
2374 VEC_replace (df_ref, *ref_vec, j, tmp); in df_swap_refs()
2431 VEC_replace (df_ref, *ref_vec, i + 1, in df_sort_and_compress_refs()
2509 VEC_replace (df_mw_hardreg_ptr, *mw_vec, 0, in df_sort_and_compress_mws()
2511 VEC_replace (df_mw_hardreg_ptr, *mw_vec, 1, tmp); in df_sort_and_compress_mws()
2531 VEC_replace (df_mw_hardreg_ptr, *mw_vec, i + 1, in df_sort_and_compress_mws()
H A Dexcept.c1031 VEC_replace (int, sjlj_lp_call_site_index, i, call_site); in sjlj_assign_call_site_values()
1505 VEC_replace (eh_landing_pad, cfun->eh->lp_array, lp->index, NULL); in remove_eh_landing_pad()
1520 VEC_replace (eh_landing_pad, cfun->eh->lp_array, lp->index, NULL); in remove_eh_handler()
1543 VEC_replace (eh_region, cfun->eh->region_array, region->index, NULL); in remove_eh_handler()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c9352 VEC_replace (tree, params, parmnum, val); in sync_resolve_params()
9594 VEC_replace (tree, params, 0, p0); in resolve_overloaded_atomic_exchange()
9598 VEC_replace (tree, params, 1, p1); in resolve_overloaded_atomic_exchange()
9601 VEC_replace (tree, params, 2, p3); in resolve_overloaded_atomic_exchange()
9646 VEC_replace (tree, params, 3, VEC_index (tree, params, 4)); in resolve_overloaded_atomic_compare_exchange()
9647 VEC_replace (tree, params, 4, VEC_index (tree, params, 5)); in resolve_overloaded_atomic_compare_exchange()
9669 VEC_replace (tree, params, 0, p0); in resolve_overloaded_atomic_compare_exchange()
9673 VEC_replace (tree, params, 1, p1); in resolve_overloaded_atomic_compare_exchange()
9678 VEC_replace (tree, params, 2, p2); in resolve_overloaded_atomic_compare_exchange()
9734 VEC_replace (tree, params, 0, p0); in resolve_overloaded_atomic_load()
[all …]

1234