OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iterations_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
loop-doloop.cc
503
Note that the maximum value loaded is
iterations_max
- 1. */
647
widest_int iterations,
iterations_max
;
local
705
if (!get_max_loop_iterations (loop, &
iterations_max
))
706
iterations_max
= 0;
710
if (!targetm.can_use_doloop_p (iterations,
iterations_max
, level,
734
|| wi::leu_p (
iterations_max
, word_mode_max)))
/src/external/gpl3/gcc.old/dist/gcc/
loop-doloop.cc
503
Note that the maximum value loaded is
iterations_max
- 1. */
647
widest_int iterations,
iterations_max
;
local
705
if (!get_max_loop_iterations (loop, &
iterations_max
))
706
iterations_max
= 0;
710
if (!targetm.can_use_doloop_p (iterations,
iterations_max
, level,
734
|| wi::leu_p (
iterations_max
, word_mode_max)))
Completed in 41 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026