Home
last modified time | relevance | path

Searched refs:max_iters (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dtspeed.c46 int max_iters = 1000 * 1000 * 1000; variable
81 if (iters > max_iters) in main()
83 printf ("Gone over %d iterations, giving up\n", max_iters); in main()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dtspeed.c46 int max_iters = 1000 * 1000 * 1000; variable
81 if (iters > max_iters) in main()
83 printf ("Gone over %d iterations, giving up\n", max_iters); in main()
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark.cc124 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State() argument
129 max_iterations(max_iters), in State()
/netbsd/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2dvi58 max_iters=7 # when to quit
1253 if test $cycle -eq "$max_iters"; then
1254 error 0 "Maximum of $max_iters cycles exceeded"
1672 --max-iterations) shift; max_iters=$1;;
/netbsd/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2dvi58 max_iters=7 # when to quit
1253 if test $cycle -eq "$max_iters"; then
1254 error 0 "Maximum of $max_iters cycles exceeded"
1672 --max-iterations) shift; max_iters=$1;;
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark.cc293 State::State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i, in State() argument
298 max_iterations(max_iters), in State()
/netbsd/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h633 State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i,
/netbsd/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h670 State(size_t max_iters, const std::vector<int64_t>& ranges, int thread_i,
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-strength-reduction.c548 int max_iters = param_max_slsr_candidate_scan; in find_basis_for_base_expr() local
553 for (; chain && iters < max_iters; chain = chain->next, ++iters) in find_basis_for_base_expr()
H A Dgimple-ssa-strength-reduction.cc548 int max_iters = param_max_slsr_candidate_scan; in find_basis_for_base_expr() local
553 for (; chain && iters < max_iters; chain = chain->next, ++iters) in find_basis_for_base_expr()
H A Dtree-vect-stmts.c2035 widest_int max_iters; in vect_truncate_gather_scatter_offset() local
2036 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
2037 && max_iters < count) in vect_truncate_gather_scatter_offset()
2038 count = max_iters.to_shwi (); in vect_truncate_gather_scatter_offset()
H A Dtree-vect-stmts.cc1906 widest_int max_iters; in vect_truncate_gather_scatter_offset() local
1907 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
1908 && max_iters < count) in vect_truncate_gather_scatter_offset()
1909 count = max_iters.to_shwi (); in vect_truncate_gather_scatter_offset()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-strength-reduction.c548 int max_iters = param_max_slsr_candidate_scan; in find_basis_for_base_expr() local
553 for (; chain && iters < max_iters; chain = chain->next, ++iters) in find_basis_for_base_expr()
H A Dtree-vect-stmts.c2035 widest_int max_iters; in vect_truncate_gather_scatter_offset() local
2036 if (max_loop_iterations (loop, &max_iters) in vect_truncate_gather_scatter_offset()
2037 && max_iters < count) in vect_truncate_gather_scatter_offset()
2038 count = max_iters.to_shwi (); in vect_truncate_gather_scatter_offset()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.c10580 int max_iters, sub_iters, current_iters; in gfc_count_forall_iterators() local
10584 max_iters = 0; in gfc_count_forall_iterators()
10597 if (sub_iters > max_iters) in gfc_count_forall_iterators()
10598 max_iters = sub_iters; in gfc_count_forall_iterators()
10603 return current_iters + max_iters; in gfc_count_forall_iterators()
H A Dresolve.cc10730 int max_iters, sub_iters, current_iters; in gfc_count_forall_iterators() local
10734 max_iters = 0; in gfc_count_forall_iterators()
10747 if (sub_iters > max_iters) in gfc_count_forall_iterators()
10748 max_iters = sub_iters; in gfc_count_forall_iterators()
10753 return current_iters + max_iters; in gfc_count_forall_iterators()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c10580 int max_iters, sub_iters, current_iters; in gfc_count_forall_iterators() local
10584 max_iters = 0; in gfc_count_forall_iterators()
10597 if (sub_iters > max_iters) in gfc_count_forall_iterators()
10598 max_iters = sub_iters; in gfc_count_forall_iterators()
10603 return current_iters + max_iters; in gfc_count_forall_iterators()