OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bound_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc
4424
bound_index
(const vec<bound_wide_int> &bounds, const bound_wide_int &bound)
function
4509
ptrdiff_t index =
bound_index
(bounds, bound);
4550
ptrdiff_t
bound_index
= queue_index;
local
4563
if (entry && *entry <
bound_index
)
4564
bound_index
= *entry;
4576
&& latch_index <
bound_index
)
4577
latch_index =
bound_index
;
4581
block_priority.put (e->dest,
bound_index
);
4583
else if (*entry <
bound_index
)
4586
*entry =
bound_index
;
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc
4002
bound_index
(const vec<widest_int> &bounds, const widest_int &bound)
function
4087
ptrdiff_t index =
bound_index
(bounds, bound);
4128
ptrdiff_t
bound_index
= queue_index;
local
4141
if (entry && *entry <
bound_index
)
4142
bound_index
= *entry;
4154
&& latch_index <
bound_index
)
4155
latch_index =
bound_index
;
4159
block_priority.put (e->dest,
bound_index
);
4161
else if (*entry <
bound_index
)
4164
*entry =
bound_index
;
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026