Searched refs:VEC_length (Results 1 - 25 of 224) sorted by relevance

123456789

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-opfinalize.h81 while (old_ops && new_i < VEC_length (tree, FINALIZE_OPBUILD))
122 for ( ; new_i < VEC_length (tree, FINALIZE_OPBUILD); new_i++)
155 gcc_assert (x == VEC_length (tree, FINALIZE_OPBUILD));
H A Ddomwalk.c164 if (VEC_length (void_p, walk_data->free_block_data) > 0)
258 while (VEC_length (void_p, walk_data->free_block_data) > 0)
H A Dtree-ssa-operands.c194 int num = VEC_length (tree, list);
211 VEC_length (tree, list),
371 unsigned int num = VEC_length (tree, build_defs);
412 unsigned num = VEC_length (tree, build_uses);
465 num = VEC_length (tree, build_v_may_defs);
523 num = VEC_length (tree, build_vuses);
524 num_v_may_defs = VEC_length (tree, build_v_may_defs);
528 for (vuse_index = 0; vuse_index < VEC_length (tree, build_vuses); )
548 vuse_index < VEC_length (tree, build_vuses);
626 gcc_assert (VEC_length (tre
[all...]
H A Dtree-data-ref.h118 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR))
245 (VEC_length (lambda_vector, DDR_DIST_VECTS (DDR)))
247 (VEC_length (lambda_vector, DDR_DIR_VECTS (DDR)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dinsn-addr.h40 #define INSN_ADDRESSES_SIZE() (VEC_length (int, insn_addresses_))
H A Ddomwalk.c162 if (VEC_length (void_p, walk_data->free_block_data) > 0)
235 while (VEC_length (void_p, walk_data->free_block_data) > 0)
H A Dgenextract.c120 op_count = VEC_length (locstr, acc.oplocs);
121 dup_count = VEC_length (locstr, acc.duplocs);
122 gcc_assert (dup_count == VEC_length (int, acc.dupnums));
191 if (ix < VEC_length (locstr, *vp))
203 while (ix > VEC_length (locstr, *vp))
214 size_t n = VEC_length (char, v);
H A Dtree-ssa-reassoc.c447 if (VEC_length (operand_entry_t, *ops) == 2)
584 += VEC_length (operand_entry_t, *ops) - 1;
617 if (VEC_length (operand_entry_t, *ops) != 1)
623 += VEC_length (operand_entry_t, *ops) - 1;
633 if (VEC_length (operand_entry_t, *ops) != 1)
645 if (VEC_length (operand_entry_t, *ops) != 1)
651 += VEC_length (operand_entry_t, *ops) - 1;
661 if (VEC_length (operand_entry_t, *ops) != 1)
677 if (VEC_length (operand_entry_t, *ops) != 1)
683 += VEC_length (operand_entry_
[all...]
H A Dtree-data-ref.h139 #define AM_NB_PARAMETERS(M) (VEC_length (tree, AM_PARAMETERS(M)))
194 #define DR_NUM_DIMENSIONS(DR) VEC_length (tree, DR_ACCESS_FNS (DR))
338 #define DDR_NUM_SUBSCRIPTS(DDR) VEC_length (subscript_p, DDR_SUBSCRIPTS (DDR))
343 #define DDR_NB_LOOPS(DDR) (VEC_length (loop_p, DDR_LOOP_NEST (DDR)))
350 (VEC_length (lambda_vector, DDR_DIST_VECTS (DDR)))
352 (VEC_length (lambda_vector, DDR_DIR_VECTS (DDR)))
H A Dgraphite.c101 if (VEC_length (edge, bb->succs) > 1)
153 if (VEC_length (edge, bb->succs) > 1)
H A Dtree-ssa-propagate.c196 if (cfg_blocks_num > VEC_length (basic_block, cfg_blocks))
203 cfg_blocks_tail = VEC_length (basic_block, cfg_blocks);
214 % VEC_length (basic_block, cfg_blocks));
218 cfg_blocks_head = VEC_length (basic_block, cfg_blocks);
244 % VEC_length (basic_block, cfg_blocks));
372 while (VEC_length (gimple, *worklist) > 0)
803 || VEC_length (gimple, interesting_ssa_edges) > 0
804 || VEC_length (gimple, varying_ssa_edges) > 0)
H A Dipa-prop.h355 if (VEC_length (ipa_node_params_t, ipa_node_params_vector)
371 if (VEC_length (ipa_edge_args_t, ipa_edge_args_vector)
384 return ((unsigned) edge->uid < VEC_length (ipa_edge_args_t,
H A Dtree-vectorizer.h271 VEC_length (gimple, (L)->may_misalign_stmts) > 0
273 VEC_length (ddr_p, (L)->may_alias_ddrs) > 0
622 gcc_assert (uid <= VEC_length (vec_void_p, stmt_vec_info_vec));
633 uid = VEC_length (vec_void_p, stmt_vec_info_vec) + 1;
658 gcc_assert (uid1 <= VEC_length (vec_void_p, stmt_vec_info_vec));
659 gcc_assert (uid2 <= VEC_length (vec_void_p, stmt_vec_info_vec));
H A Dcfgloop.h427 return VEC_length (loop_p, loop->superloops);
436 unsigned n = VEC_length (loop_p, loop->superloops);
464 return VEC_length (loop_p, current_loops->larray);
H A Dexcept.c374 new_eh->index = VEC_length (eh_region, cfun->eh->region_array);
455 lp->index = VEC_length (eh_landing_pad, cfun->eh->lp_array);
650 b_outer = sbitmap_alloc (VEC_length (eh_region, ifun->eh->region_array));
797 n->filter = VEC_length (tree, cfun->eh->ttype_data) + 1;
824 len = VEC_length (tree, cfun->eh->ehspec_data.arm_eabi);
826 len = VEC_length (uchar, cfun->eh->ehspec_data.other);
1388 num_dispatch = VEC_length (eh_landing_pad, cfun->eh->lp_array);
2259 new_ar->offset = VEC_length (uchar, crtl->eh.action_record_data) + 1;
2271 next -= VEC_length (uchar, crtl->eh.action_record_data) + 1;
2398 return call_site_base + VEC_length (call_site_recor
[all...]
H A Dlto-opts.c97 for (i = VEC_length (opt_t, from); i > 0; i--)
274 const size_t length = VEC_length (opt_t, opts);
H A Dtree-outof-ssa.c389 return VEC_length (int, g->nodes);
427 for (x = 0; x < VEC_length (int, g->edge_list); x += 2)
450 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
470 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
656 gcc_assert (VEC_length (tree, g->const_copies) == 0);
657 gcc_assert (VEC_length (source_location, g->copy_locus) == 0);
681 while (VEC_length (int, g->stack) > 0)
690 while (VEC_length (tree, g->const_copies) > 0)
H A Dtree-ssa-sccvn.c204 if (SSA_NAME_VERSION (name) >= VEC_length (vn_ssa_aux_t, vn_ssa_aux_table))
473 if (VEC_length (vn_reference_op_s, vr1->operands)
474 != VEC_length (vn_reference_op_s, vr2->operands))
861 if (VEC_length (vn_reference_op_s, mem) == 1)
868 else if (VEC_length (vn_reference_op_s, mem) == 2)
875 else if (VEC_length (vn_reference_op_s, mem) > 2)
1132 i = VEC_length (vn_reference_op_s, vr->operands) - 1;
1133 j = VEC_length (vn_reference_op_s, lhs) - 1;
1154 if (i + 1 + VEC_length (vn_reference_op_s, rhs)
1155 > VEC_length (vn_reference_op_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dmemrange.c64 VEC_length (mem_range_s, ranges),
H A Dada-tasks.c168 for (i=0; i < VEC_length (ada_task_info_s, task_list); i++)
183 for (i = 0; i < VEC_length (ada_task_info_s, task_list); i++)
203 && task_num <= VEC_length (ada_task_info_s, task_list));
225 nb_tasks = VEC_length (ada_task_info_s, task_list);
767 const int nb_tasks = VEC_length (ada_task_info_s, task_list);
784 if (taskno <= 0 || taskno > VEC_length (ada_task_info_s, task_list))
897 if (taskno <= 0 || taskno > VEC_length (ada_task_info_s, task_list))
H A Dtarget-memory.c203 unsigned je = VEC_length (memory_write_request_s, written_blocks);
338 VEC_length (memory_write_request_s, blocks),
382 VEC_length (memory_write_request_s, flash),
H A Dosdata.c303 nprocs = VEC_length (osdata_item_s, osdata->items);
310 ncols = VEC_length (osdata_column_s, last->columns);
H A Dxml-syscall.c185 len = VEC_length (gdb_xml_value_s, attributes);
371 nsyscalls = VEC_length (syscall_desc_p, sysinfo->syscalls);
H A Dvarobj.c851 if (VEC_length (varobj_p, var->children) > to)
853 return ((to == -1 || VEC_length (varobj_p, var->children) == to)
900 *to = VEC_length (varobj_p, children);
904 if (*from > VEC_length (varobj_p, children))
905 *from = VEC_length (varobj_p, children);
906 if (*to > VEC_length (varobj_p, children))
907 *to = VEC_length (varobj_p, children);
928 if (VEC_length (varobj_p, var->children) < index + 1)
1023 i = VEC_length (varobj_p, var->children);
1125 if (i < VEC_length (varobj_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsymbian-cxx.c183 len = method_vec ? VEC_length (tree, method_vec) : 0;
299 len = method_vec ? VEC_length (tree, method_vec) : 0;
394 len = method_vec ? VEC_length (tree, method_vec) : 0;

Completed in 250 milliseconds

123456789