OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_root
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgloop.h
337
class loop *
tree_root
;
variable in typeref:class:loop
681
will start from it, otherwise it would start from the
tree_root
of
801
will start from
tree_root
of loops_for_fn (FN). */
816
class loop *
tree_root
= root ? root : loops->
tree_root
;
local
820
/* When root is
tree_root
of loops_for_fn (fn) and the visiting
824
if (flags & LI_ONLY_INNERMOST &&
tree_root
== loops->
tree_root
)
826
gcc_assert (
tree_root
->num == 0);
827
if (
tree_root
->inner == NULL
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h
334
class loop *
tree_root
;
variable in typeref:class:loop
673
will start from it, otherwise it would start from the
tree_root
of
793
will start from
tree_root
of loops_for_fn (FN). */
808
class loop *
tree_root
= root ? root : loops->
tree_root
;
local
812
/* When root is
tree_root
of loops_for_fn (fn) and the visiting
816
if (flags & LI_ONLY_INNERMOST &&
tree_root
== loops->
tree_root
)
818
gcc_assert (
tree_root
->num == 0);
819
if (
tree_root
->inner == NULL
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026