/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cfgloop.h | 857 extern void record_niter_bound (class loop *, const widest_int &, bool, bool);
|
H A D | loop-iv.c | 2609 record_niter_bound (loop, max, false, true); in iv_number_of_iterations() 2823 record_niter_bound (loop, desc->niter, false, true); in iv_number_of_iterations() 2832 record_niter_bound (loop, max, false, true); in iv_number_of_iterations() 2857 record_niter_bound (loop, 0, true, true); in iv_number_of_iterations()
|
H A D | tree-ssa-loop-niter.c | 3440 record_niter_bound (loop, new_i_bound, realistic, upper); in record_estimate() 4078 record_niter_bound (loop, bounds[latch_index], false, true); in discover_iteration_bound_by_body_walk() 4181 record_niter_bound (loop, loop->nb_iterations_upper_bound - 1, in maybe_lower_iteration_bound() 4274 record_niter_bound (loop, bound, true, false); in estimate_numbers_of_iterations()
|
H A D | tree-ssa-loop-ivcanon.c | 1226 record_niter_bound (loop, wi::to_widest (niter), in canonicalize_loop_induction_variables()
|
H A D | profile.c | 1460 record_niter_bound (loop, bound, true, false); in branch_prob()
|
H A D | tree-vect-loop-manip.c | 2775 record_niter_bound (prolog, bound_prolog - 1, false, true); in vect_do_peeling() 2925 record_niter_bound (epilog, bound - 1, false, true); in vect_do_peeling()
|
H A D | cfgloop.c | 1890 record_niter_bound (class loop *loop, const widest_int &i_bound, in record_niter_bound() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cfgloop.h | 911 extern void record_niter_bound (class loop *, const widest_int &, bool, bool);
|
H A D | loop-iv.cc | 2609 record_niter_bound (loop, max, false, true); in iv_number_of_iterations() 2823 record_niter_bound (loop, desc->niter, false, true); in iv_number_of_iterations() 2832 record_niter_bound (loop, max, false, true); in iv_number_of_iterations() 2857 record_niter_bound (loop, 0, true, true); in iv_number_of_iterations()
|
H A D | tree-ssa-loop-niter.cc | 3554 record_niter_bound (loop, new_i_bound, realistic, upper); in record_estimate() 4201 record_niter_bound (loop, bounds[latch_index], false, true); in discover_iteration_bound_by_body_walk() 4304 record_niter_bound (loop, loop->nb_iterations_upper_bound - 1, in maybe_lower_iteration_bound() 4399 record_niter_bound (loop, bound, true, false); in estimate_numbers_of_iterations()
|
H A D | tree-ssa-loop-ivcanon.cc | 1223 record_niter_bound (loop, wi::to_widest (niter), in canonicalize_loop_induction_variables()
|
H A D | profile.cc | 1555 record_niter_bound (loop, bound, true, false); in branch_prob()
|
H A D | tree-vect-loop-manip.cc | 2899 record_niter_bound (prolog, bound_prolog - 1, false, true); in vect_do_peeling() 3051 record_niter_bound (epilog, bound - 1, false, true); in vect_do_peeling()
|
H A D | cfgloop.cc | 1902 record_niter_bound (class loop *loop, const widest_int &i_bound, in record_niter_bound() function
|
H A D | ChangeLog-2012 | 8730 * loop-iv.c (iv_number_of_iterations): Use record_niter_bound. 27894 * cfgloop.h (record_niter_bound): Declare. 27895 * tree-ssa-loop-niter.c (record_niter_bound): Export.
|
H A D | ChangeLog-2013 | 15847 * tree-ssa-loop-niter.c (record_niter_bound): Move to cfgloop.c. 15880 * cfgloop.c (record_niter_bound, estimated_loop_iterations_int,
|
H A D | ChangeLog-2014 | 39693 (record_niter_bound): Use wide-int interfaces. 39701 (record_niter_bound): Switch to use widest_int.
|
H A D | ChangeLog-2007 | 25614 (record_niter_bound): New function.
|
H A D | ChangeLog-2016 | 22682 * cfgloop.c (record_niter_bound): Record likely upper bounds.
|
H A D | ChangeLog-2019 | 21534 (record_niter_bound): Same.
|