OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bound_epilog
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
2716
number of iterations of the prolog loop.
BOUND_EPILOG
is the corresponding
2724
int bound_prolog, poly_int64
bound_epilog
, int th,
2730
build_int_cst (type,
bound_epilog
));
2732
*bound_scalar = bound_prolog +
bound_epilog
;
2741
*bound_scalar = upper_bound (int_niters_prolog +
bound_epilog
, th);
2745
and
BOUND_EPILOG
are inclusive upper bounds. */
2746
if (known_ge (th, bound_prolog +
bound_epilog
))
2752
else if (maybe_gt (th,
bound_epilog
))
3142
poly_uint64
bound_epilog
= 0;
3145
bound_epilog
+= vf - 1
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop-manip.cc
1927
number of iterations of the prolog loop.
BOUND_EPILOG
is the corresponding
1935
int bound_prolog, poly_int64
bound_epilog
, int th,
1941
build_int_cst (type,
bound_epilog
));
1943
*bound_scalar = bound_prolog +
bound_epilog
;
1952
*bound_scalar = upper_bound (int_niters_prolog +
bound_epilog
, th);
1956
and
BOUND_EPILOG
are inclusive upper bounds. */
1957
if (known_ge (th, bound_prolog +
bound_epilog
))
1963
else if (maybe_gt (th,
bound_epilog
))
2619
poly_uint64
bound_epilog
= 0;
local
2622
bound_epilog
+= vf - 1
[
all
...]
Completed in 77 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026