OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:const_limit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop-manip.cc
649
items. NITEMS_STEP <=
CONST_LIMIT
, and adding
651
tree
const_limit
= build_int_cst (compare_type,
local
655
nitems_total,
const_limit
);
698
poly_uint64
const_limit
;
local
700
= (poly_int_tree_p (first_limit, &
const_limit
)
701
&& known_ge (
const_limit
, (i + 1) * nitems_per_ctrl));
1108
poly_uint64
const_limit
;
1111
if (poly_int_tree_p (niters, &
const_limit
)
1112
&& known_ge (
const_limit
, (i + 1) * nitems_per_ctrl))
calls.cc
3290
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
3292
= MAX (initial_highest_arg_in_use,
const_limit
);
4454
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
4456
const_limit
);
3289
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
local
4452
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
local
/src/external/gpl3/gcc.old/dist/gcc/
calls.cc
3232
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
3234
= MAX (initial_highest_arg_in_use,
const_limit
);
4388
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
4390
const_limit
);
3231
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
local
4386
HOST_WIDE_INT
const_limit
= constant_lower_bound (limit);
local
tree-vect-loop-manip.cc
520
items. NITEMS_STEP <=
CONST_LIMIT
, and adding
522
tree
const_limit
= build_int_cst (compare_type,
local
526
nitems_total,
const_limit
);
569
poly_uint64
const_limit
;
local
571
= (poly_int_tree_p (first_limit, &
const_limit
)
572
&& known_ge (
const_limit
, (i + 1) * nitems_per_ctrl));
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026