OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:latch_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc
4459
ptrdiff_t
latch_index
= 0;
local
4534
latch_index
= -1;
4545
if (
latch_index
< queue_index)
4576
&&
latch_index
< bound_index)
4577
latch_index
= bound_index;
4597
gcc_assert (
latch_index
>= 0);
4598
if ((unsigned)
latch_index
< bounds.length ())
4603
print_decu (bounds[
latch_index
], dump_file);
4606
record_niter_bound (loop, widest_int::from (bounds[
latch_index
],
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc
4037
ptrdiff_t
latch_index
= 0;
local
4112
latch_index
= -1;
4123
if (
latch_index
< queue_index)
4154
&&
latch_index
< bound_index)
4155
latch_index
= bound_index;
4175
gcc_assert (
latch_index
>= 0);
4176
if ((unsigned)
latch_index
< bounds.length ())
4181
print_decu (bounds[
latch_index
], dump_file);
4184
record_niter_bound (loop, bounds[
latch_index
], false, true);
Completed in 59 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026