Home
last modified time | relevance | path

Searched refs:nb_iterations_estimate (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dloop-unroll.c522 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
523 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
565 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
566 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
620 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
621 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1060 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1061 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1069 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1070 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
H A Dcfgloop.c334 loop->nb_iterations_estimate = 0; in alloc_loop()
1796 || wi::ltu_p (i_bound, loop->nb_iterations_estimate))) in record_niter_bound()
1799 loop->nb_iterations_estimate = i_bound; in record_niter_bound()
1807 loop->nb_iterations_estimate)) in record_niter_bound()
1808 loop->nb_iterations_estimate = loop->nb_iterations_upper_bound; in record_niter_bound()
1870 *nit = loop->nb_iterations_estimate; in get_estimated_loop_iterations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dloop-unroll.c522 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
523 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
565 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
566 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
620 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
621 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1060 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1061 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1069 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1070 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
H A Dcfgloop.c334 loop->nb_iterations_estimate = 0; in alloc_loop()
1796 || wi::ltu_p (i_bound, loop->nb_iterations_estimate))) in record_niter_bound()
1799 loop->nb_iterations_estimate = i_bound; in record_niter_bound()
1807 loop->nb_iterations_estimate)) in record_niter_bound()
1808 loop->nb_iterations_estimate = loop->nb_iterations_upper_bound; in record_niter_bound()
1870 *nit = loop->nb_iterations_estimate; in get_estimated_loop_iterations()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
H A Dcfgloop.c357 loop->nb_iterations_estimate = 0; in alloc_loop()
1877 || wi::ltu_p (i_bound, loop->nb_iterations_estimate))) in record_niter_bound()
1880 loop->nb_iterations_estimate = i_bound; in record_niter_bound()
1895 loop->nb_iterations_estimate)) in record_niter_bound()
1896 loop->nb_iterations_estimate = loop->nb_iterations_upper_bound; in record_niter_bound()
1982 *nit = loop->nb_iterations_estimate; in get_estimated_loop_iterations()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dloop-unroll.c537 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
538 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
582 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
583 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
636 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
637 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1099 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1100 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1111 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1112 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dloop-unroll.c544 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
545 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
592 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
593 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
650 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
651 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1123 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1124 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1135 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1136 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
H A Dcfgloop.c357 loop->nb_iterations_estimate = 0; in alloc_loop()
1878 || wi::ltu_p (i_bound, loop->nb_iterations_estimate))) in record_niter_bound()
1881 loop->nb_iterations_estimate = i_bound; in record_niter_bound()
1896 loop->nb_iterations_estimate)) in record_niter_bound()
1897 loop->nb_iterations_estimate = loop->nb_iterations_upper_bound; in record_niter_bound()
1983 *nit = loop->nb_iterations_estimate; in get_estimated_loop_iterations()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dloop-unroll.c544 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
545 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
592 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
593 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
650 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
651 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1123 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1124 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1135 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1136 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dloop-unroll.c544 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
545 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
592 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
593 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
650 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
651 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1123 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1124 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1135 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1136 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dloop-unroll.c543 && wi::leu_p (exit_mod, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
544 loop->nb_iterations_estimate -= exit_mod; in unroll_loop_constant_iterations()
591 && wi::leu_p (exit_mod + 1, loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
592 loop->nb_iterations_estimate -= exit_mod + 1; in unroll_loop_constant_iterations()
649 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
650 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_constant_iterations()
1122 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1123 = wi::udiv_trunc (loop->nb_iterations_estimate, max_unroll + 1); in unroll_loop_runtime_iterations()
1134 && loop->nb_iterations_estimate != 0) in unroll_loop_runtime_iterations()
1135 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dloop-unroll.c820 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
821 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod); in unroll_loop_constant_iterations()
864 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
865 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod + 1); in unroll_loop_constant_iterations()
921 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
922 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_constant_iterations()
1311 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1312 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_runtime_iterations()
1322 && loop->nb_iterations_estimate != double_int_zero) in unroll_loop_runtime_iterations()
1323 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dloop-unroll.c763 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
764 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod); in unroll_loop_constant_iterations()
807 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
808 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod + 1); in unroll_loop_constant_iterations()
864 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
865 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_constant_iterations()
1259 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1260 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_runtime_iterations()
1270 && loop->nb_iterations_estimate != double_int_zero) in unroll_loop_runtime_iterations()
1271 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dloop-unroll.c763 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
764 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod); in unroll_loop_constant_iterations()
807 (loop->nb_iterations_estimate)) in unroll_loop_constant_iterations()
808 loop->nb_iterations_estimate -= double_int::from_uhwi (exit_mod + 1); in unroll_loop_constant_iterations()
864 loop->nb_iterations_estimate in unroll_loop_constant_iterations()
865 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_constant_iterations()
1259 loop->nb_iterations_estimate in unroll_loop_runtime_iterations()
1260 = loop->nb_iterations_estimate.udiv (double_int::from_uhwi (max_unroll in unroll_loop_runtime_iterations()
1270 && loop->nb_iterations_estimate != double_int_zero) in unroll_loop_runtime_iterations()
1271 --loop->nb_iterations_estimate; in unroll_loop_runtime_iterations()

12345678910>>...13