Searched refs:VEC_truncate (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtree-loop-linear.c275 VEC_truncate (tree, oldivs, 0);
276 VEC_truncate (tree, invariants, 0);
H A Dtree-ssa-operands.c538 VEC_truncate (tree, build_defs, 0);
604 VEC_truncate (tree, build_uses, 0);
706 VEC_truncate (tree, build_v_may_defs, 0);
847 VEC_truncate (tree, build_vuses, 0);
935 VEC_truncate (tree, build_v_must_defs, 0);
2332 VEC_truncate (tree, build_v_may_defs, 0);
2333 VEC_truncate (tree, build_v_must_defs, 0);
2334 VEC_truncate (tree, build_vuses, 0);
H A Dcfg.c121 VEC_truncate (edge, bb->succs, 0);
122 VEC_truncate (edge, bb->preds, 0);
127 VEC_truncate (edge, EXIT_BLOCK_PTR->preds, 0);
128 VEC_truncate (edge, ENTRY_BLOCK_PTR->succs, 0);
H A Dtree-outof-ssa.c238 VEC_truncate (tree, g->nodes, 0);
239 VEC_truncate (int, g->edge_list, 0);
516 VEC_truncate (int, g->stack, 0);
2200 VEC_truncate (edge, edge_leader, 0);
2201 VEC_truncate (tree, stmt_list, 0);
2264 VEC_truncate (edge, edge_leader, 0);
2265 VEC_truncate (tree, stmt_list, 0);
H A Dtree-vn.c226 VEC_truncate (tree, shared_lookup_vuses, 0);
H A Dglobal.c2163 VEC_truncate (int, earlyclobber_regclass, 0);
2412 VEC_truncate (basic_block, new_bbs, 0);
H A Dtree-mudflap.c1289 VEC_truncate (tree, deferred_static_decls, 0);
H A Dtree-vect-analyze.c1198 VEC_truncate (tree, LOOP_VINFO_MAY_MISALIGN_STMTS (loop_vinfo), 0);
H A Dvec.h301 #define VEC_truncate(T,V,I) \ macro
H A Dtree-ssa-loop-ivopts.c5754 VEC_truncate (iv_use_p, data->iv_uses, 0);
5766 VEC_truncate (iv_cand_p, data->iv_candidates, 0);
5780 VEC_truncate (tree, decl_rtl_to_reset, 0);
H A Dgenautomata.c3253 VEC_truncate (alt_state_t, alt_states, prev_unique_state_ind + 1);
7391 VEC_truncate (vect_el_t, transition_vect, 0);
8744 VEC_truncate (reserv_sets_t, state_reservs, j + 1);
9087 VEC_truncate (state_t, automaton_states, 0);
H A Dregclass.c2209 VEC_truncate (reg_info_p, reg_n_info, regno_allocated);
H A Dtree-ssa-live.c1546 VEC_truncate (int, tpa_to_clear, 0);
H A Dalias.c2436 VEC_truncate (rtx, reg_base_value, 0);
H A Dvarasm.c4986 VEC_truncate (alias_pair, alias_pairs, 0);
H A Ddf-problems.c2315 VEC_truncate (int, earlyclobber_regclass, 0);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck2.c333 VEC_truncate (tree, pure, 0);
H A Dmangle.c2538 VEC_truncate (tree, G.substitutions, 0);

Completed in 243 milliseconds