Home
last modified time | relevance | path

Searched refs:VEC_last (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-ssa-dse.c144 = VEC_last (void_p, walk_data->block_data_stack); in dse_initialize_block_local_data()
230 = VEC_last (void_p, walk_data->block_data_stack); in dse_optimize_stmt()
369 = VEC_last (void_p, walk_data->block_data_stack); in dse_record_phis()
385 = VEC_last (void_p, walk_data->block_data_stack); in dse_finalize_block()
HDtree-ssa-reassoc.c619 operand_entry_t oelast = VEC_last (operand_entry_t, *ops); in eliminate_using_constants()
747 oelast = VEC_last (operand_entry_t, *ops); in optimize_ops_list()
803 oelast = VEC_last (operand_entry_t, *ops); in optimize_ops_list()
1354 TREE_OPERAND (stmt, 1) = VEC_last (operand_entry_t, ops)->op; in reassociate_bb()
HDtree-ssa-structalias.c1160 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit()
1170 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in scc_visit()
1748 && si->dfs[VEC_last (unsigned, si->scc_stack)] >= my_dfs) in label_visit()
2418 result = VEC_last (ce_s, *results); in get_constraint_for_component_ref()
2580 origrhs = VEC_last (ce_s, *results); in get_constraint_for()
2599 origrhs = VEC_last (ce_s, *results); in get_constraint_for()
2932 lhs = *(VEC_last (ce_s, lhsc)); in do_structure_copy()
2933 rhs = *(VEC_last (ce_s, rhsc)); in do_structure_copy()
3372 c2 = VEC_last (ce_s, rhsc); in find_func_aliases()
3449 rhsp = VEC_last (ce_s, rhsc); in find_func_aliases()
[all …]
HDvec.h166 #define VEC_last(T,V) (VEC_OP(T,base,last)(VEC_BASE(V) VEC_CHECK_INFO)) macro
HDtree-ssa-dom.c704 tree stmt = VEC_last (tree, stmts_to_rescan); in dom_opt_finalize_block()
HDc-typeck.c6485 && (VEC_last (constructor_elt, constructor_elements)->index in find_init_member()
6487 return VEC_last (constructor_elt, constructor_elements)->value; in find_init_member()
6617 if (TREE_SIDE_EFFECTS (VEC_last (constructor_elt, in output_init_element()
HDgenautomata.c3245 VEC_last (alt_state_t, alt_states)->next_sorted_alt_state = 0; in uniq_sort_alt_states()
7137 gcc_assert (VEC_last (vect_el_t, vect) != undefined_vect_el_value); in add_vect()
HDc-decl.c3176 elt = VEC_last (constructor_elt, CONSTRUCTOR_ELTS (init))->value; in add_flexible_array_elts_to_size()
/freebsd-11-stable/contrib/gcc/cp/
HDsemantics.c168 VEC_last (deferred_access, deferred_access_stack) in resume_deferring_access_checks()
178 VEC_last (deferred_access, deferred_access_stack) in stop_deferring_access_checks()
205 return (VEC_last (deferred_access, deferred_access_stack) in VEC()
223 checks = (VEC_last (deferred_access, deferred_access_stack) in pop_to_parent_deferring_access_checks()
227 ptr = VEC_last (deferred_access, deferred_access_stack); in pop_to_parent_deferring_access_checks()
320 ptr = VEC_last (deferred_access, deferred_access_stack); in perform_or_defer_access_check()