OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:estimated_niter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
1940
HOST_WIDE_INT
estimated_niter
;
local
1946
estimated_niter
1950
estimated_niter
= estimated_stmt_executions_int (loop);
1951
if (
estimated_niter
== -1)
1952
estimated_niter
= likely_max_stmt_executions_int (loop);
1954
if (
estimated_niter
!= -1
1955
&& ((unsigned HOST_WIDE_INT)
estimated_niter
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
2457
HOST_WIDE_INT
estimated_niter
;
local
2463
estimated_niter
2467
estimated_niter
= estimated_stmt_executions_int (loop);
2468
if (
estimated_niter
== -1)
2469
estimated_niter
= likely_max_stmt_executions_int (loop);
2471
if (
estimated_niter
!= -1
2472
&& ((unsigned HOST_WIDE_INT)
estimated_niter
Completed in 111 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026