OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:superloops
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgloop.h
144
/*
Superloops
of the loop, starting with the outermost loop. */
145
vec<loop_p, va_gc> *
superloops
;
variable
535
/* Returns the number of
superloops
of LOOP. */
540
return vec_safe_length (loop->
superloops
);
549
unsigned n = vec_safe_length (loop->
superloops
);
554
return (*loop->
superloops
)[n - 1];
911
unsigned n = vec_safe_length (loop->
superloops
);
916
return (*loop->
superloops
)[1];
cfgloop.h
144
/*
Superloops
of the loop, starting with the outermost loop. */
145
vec<loop_p, va_gc> *
superloops
;
variable
535
/* Returns the number of
superloops
of LOOP. */
540
return vec_safe_length (loop->
superloops
);
549
unsigned n = vec_safe_length (loop->
superloops
);
554
return (*loop->
superloops
)[n - 1];
911
unsigned n = vec_safe_length (loop->
superloops
);
916
return (*loop->
superloops
)[1];
/src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h
141
/*
Superloops
of the loop, starting with the outermost loop. */
142
vec<loop_p, va_gc> *
superloops
;
variable
527
/* Returns the number of
superloops
of LOOP. */
532
return vec_safe_length (loop->
superloops
);
541
unsigned n = vec_safe_length (loop->
superloops
);
546
return (*loop->
superloops
)[n - 1];
903
unsigned n = vec_safe_length (loop->
superloops
);
908
return (*loop->
superloops
)[1];
cfgloop.h
141
/*
Superloops
of the loop, starting with the outermost loop. */
142
vec<loop_p, va_gc> *
superloops
;
variable
527
/* Returns the number of
superloops
of LOOP. */
532
return vec_safe_length (loop->
superloops
);
541
unsigned n = vec_safe_length (loop->
superloops
);
546
return (*loop->
superloops
)[n - 1];
903
unsigned n = vec_safe_length (loop->
superloops
);
908
return (*loop->
superloops
)[1];
Completed in 118 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026