OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_executed_last_iteration
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc
4620
hash_set<gimple *> *
not_executed_last_iteration
= NULL;
local
4638
if (!
not_executed_last_iteration
)
4639
not_executed_last_iteration
= new hash_set<gimple *>;
4640
not_executed_last_iteration
->add (elt->stmt);
4643
if (!
not_executed_last_iteration
)
4666
if (
not_executed_last_iteration
->contains (stmt))
4723
delete
not_executed_last_iteration
;
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc
4197
hash_set<gimple *> *
not_executed_last_iteration
= NULL;
local
4215
if (!
not_executed_last_iteration
)
4216
not_executed_last_iteration
= new hash_set<gimple *>;
4217
not_executed_last_iteration
->add (elt->stmt);
4220
if (!
not_executed_last_iteration
)
4243
if (
not_executed_last_iteration
->contains (stmt))
4292
delete
not_executed_last_iteration
;
Completed in 41 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026