OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:representatives
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc
988
representatives
A and B. */
995
/* The mapping from statement indices to region
representatives
. */
996
vec <size_t>
representatives
;
member in class:control_flow_regions
1005
representatives
.create (1);
1013
if (idx == 0 || idx ==
representatives
.length () - 1)
1045
while (
representatives
[rep] != rep)
1046
rep =
representatives
[rep];
1048
while (
representatives
[aux] != rep)
1050
size_t tmp =
representatives
[aux];
1051
representatives
[aux] = rep
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc
987
representatives
A and B. */
994
/* The mapping from statement indices to region
representatives
. */
995
vec <size_t>
representatives
;
member in class:control_flow_regions
1004
representatives
.create (1);
1012
if (idx == 0 || idx ==
representatives
.length () - 1)
1044
while (
representatives
[rep] != rep)
1045
rep =
representatives
[rep];
1047
while (
representatives
[aux] != rep)
1049
size_t tmp =
representatives
[aux];
1050
representatives
[aux] = rep
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026