OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:invariant_exits
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc
199
hash_set <edge> *
invariant_exits
,
447
if (
invariant_exits
)
458
invariant_exits
->add (e);
554
INVARIANT_EXITS
are edges in the loop body to be elimianted
589
hash_set <edge> *
invariant_exits
,
646
if (
invariant_exits
->contains (exit_e))
648
invariant_exits
->remove (exit_e);
671
gcc_checking_assert (
invariant_exits
->is_empty ());
799
hash_set <edge> *
invariant_exits
, *static_exits;
member in struct:__anon13941::candidate
847
hash_set <edge> *
invariant_exits
= new hash_set <edge>
local
[
all
...]
Completed in 16 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026