OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_i_bound
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc
3944
widest_int
new_i_bound
= i_bound + delta;
local
3947
if (wi::ltu_p (
new_i_bound
, delta))
3951
do_warn_aggressive_loop_optimizations (loop,
new_i_bound
, at_stmt);
3952
record_niter_bound (loop,
new_i_bound
, realistic, upper);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc
3529
widest_int
new_i_bound
= i_bound + delta;
local
3532
if (wi::ltu_p (
new_i_bound
, delta))
3536
do_warn_aggressive_loop_optimizations (loop,
new_i_bound
, at_stmt);
3537
record_niter_bound (loop,
new_i_bound
, realistic, upper);
Completed in 17 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026