Searched refs:nb_iterations_upper_bound (Results 1 – 18 of 18) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | cfgloop.cc | 355 loop->nb_iterations_upper_bound = 0; in alloc_loop() 1909 || wi::ltu_p (i_bound, loop->nb_iterations_upper_bound))) in record_niter_bound() 1912 loop->nb_iterations_upper_bound = i_bound; in record_niter_bound() 1938 && wi::ltu_p (loop->nb_iterations_upper_bound, in record_niter_bound() 1940 loop->nb_iterations_estimate = loop->nb_iterations_upper_bound; in record_niter_bound() 1943 && wi::ltu_p (loop->nb_iterations_upper_bound, in record_niter_bound() 1945 loop->nb_iterations_likely_upper_bound = loop->nb_iterations_upper_bound; in record_niter_bound() 2040 *nit = loop->nb_iterations_upper_bound; in get_max_loop_iterations()
|
| D | loop-unroll.cc | 535 loop->nb_iterations_upper_bound -= exit_mod; in unroll_loop_constant_iterations() 580 loop->nb_iterations_upper_bound -= exit_mod + 1; in unroll_loop_constant_iterations() 633 loop->nb_iterations_upper_bound in unroll_loop_constant_iterations() 634 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); in unroll_loop_constant_iterations() 1096 loop->nb_iterations_upper_bound in unroll_loop_runtime_iterations() 1097 = wi::udiv_trunc (loop->nb_iterations_upper_bound, max_unroll + 1); in unroll_loop_runtime_iterations() 1109 --loop->nb_iterations_upper_bound; in unroll_loop_runtime_iterations()
|
| D | tree-ssa-loop-ivcanon.cc | 564 && wi::ltu_p (loop->nb_iterations_upper_bound, elt->bound)) in remove_redundant_iv_tests() 581 || !wi::ltu_p (loop->nb_iterations_upper_bound, in remove_redundant_iv_tests() 1122 if (wi::ltu_p (npeel, loop->nb_iterations_upper_bound)) in try_peel_loop() 1123 loop->nb_iterations_upper_bound -= npeel; in try_peel_loop() 1125 loop->nb_iterations_upper_bound = 0; in try_peel_loop()
|
| D | cfgloop.h | 164 widest_int nb_iterations_upper_bound; variable
|
| D | cfgloopmanip.cc | 944 target->nb_iterations_upper_bound = loop->nb_iterations_upper_bound; in copy_loop_info()
|
| D | tree-ssa-loop-niter.cc | 4072 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) in discover_iteration_bound_by_body_walk() 4102 || wi::ltu_p (bound, loop->nb_iterations_upper_bound)) in discover_iteration_bound_by_body_walk() 4230 && wi::ltu_p (elt->bound, loop->nb_iterations_upper_bound)) in maybe_lower_iteration_bound() 4304 record_niter_bound (loop, loop->nb_iterations_upper_bound - 1, in maybe_lower_iteration_bound() 4460 loop->nb_iterations_upper_bound = wi::to_widest (loop->nb_iterations); in estimate_numbers_of_iterations()
|
| D | tree-ssa-loop-manip.cc | 1176 widest_int bound = wi::udiv_floor (loop->nb_iterations_upper_bound, in niter_for_unrolled_loop()
|
| D | tree-vect-loop.cc | 9991 loop->nb_iterations_upper_bound in vect_transform_loop() 9993 ? wi::udiv_ceil (loop->nb_iterations_upper_bound + bias_for_lowest, in vect_transform_loop() 9995 : wi::udiv_floor (loop->nb_iterations_upper_bound + bias_for_lowest, in vect_transform_loop() 10013 loop->nb_iterations_upper_bound in vect_transform_loop() 10015 loop->nb_iterations_upper_bound); in vect_transform_loop()
|
| D | lto-streamer-in.cc | 1107 loop->nb_iterations_upper_bound = streamer_read_widest_int (ib); in input_cfg()
|
| D | lto-streamer-out.cc | 2167 streamer_write_widest_int (ob, loop->nb_iterations_upper_bound); in output_cfg()
|
| D | tree-cfg.cc | 8404 print_decu (loop->nb_iterations_upper_bound, file); in print_loop()
|
| D | ChangeLog-2013 | 5533 nb_iterations_upper_bound by one. 5696 nb_iterations_upper_bound by one. 36557 nb_iterations_upper_bound back to it.
|
| D | ChangeLog-2011 | 22239 * cfgloop.h (nb_iterations_upper_bound, nb_iterations_estimate): 22246 (record_estimate): Change nb_iterations_upper_bound and 22266 instead of nb_iterations_upper_bound.
|
| D | ChangeLog-2012 | 8645 update of loop->nb_iterations_upper_bound I missed in my previous 8720 nb_iterations_upper_bound and nb_iterations_estimate.
|
| D | ChangeLog-2014 | 39691 * cfgloop.c (alloc_loop): Initialize nb_iterations_upper_bound and 39699 (struct loop): Change nb_iterations_upper_bound and
|
| D | ChangeLog-2007 | 25630 nb_iterations_upper_bound, any_estimate and nb_iterations_estimate
|
| D | ChangeLog-2016 | 26895 nb_iterations_upper_bound computation for vectorized loop.
|
| D | ChangeLog-2017 | 32215 iterations to the maximum given by nb_iterations_upper_bound,
|