OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:non_rect
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
omp-general.h
77
bool
non_rect
;
member in struct:omp_for_data
omp-general.cc
208
fd->
non_rect
= false;
349
if (fd->
non_rect
)
360
fd->
non_rect
= true;
364
if (fd->
non_rect
)
375
fd->
non_rect
= true;
415
fd->
non_rect
= true;
443
fd->
non_rect
= true;
863
gcc_assert (fd->
non_rect
);
omp-expand.cc
1828
if (fd->
non_rect
1869
if (fd->
non_rect
)
1965
if (fd->
non_rect
&& i >= fd->first_nonrect && i <= fd->last_nonrect)
1977
if (fd->
non_rect
&& SSA_VAR_P (fd->loop.n2))
2411
else if (fd->
non_rect
)
2415
int non_rect_referenced = 0,
non_rect
= 0;
local
2424
non_rect
++;
2426
gcc_assert (
non_rect
== 1 && non_rect_referenced == 1);
2496
if (fd->
non_rect
3027
if (fd->
non_rect
)
[
all
...]
omp-low.cc
2204
if (fd.
non_rect
10512
if (fd->
non_rect
11690
&& fd.
non_rect
/src/external/gpl3/gcc/dist/gcc/
omp-general.h
79
bool
non_rect
;
member in struct:omp_for_data
omp-general.cc
220
fd->
non_rect
= false;
369
if (fd->
non_rect
)
380
fd->
non_rect
= true;
384
if (fd->
non_rect
)
395
fd->
non_rect
= true;
436
fd->
non_rect
= true;
464
fd->
non_rect
= true;
893
gcc_assert (fd->
non_rect
);
omp-expand.cc
1829
if (fd->
non_rect
1870
if (fd->
non_rect
)
1966
if (fd->
non_rect
&& i >= fd->first_nonrect && i <= fd->last_nonrect)
1978
if (fd->
non_rect
&& SSA_VAR_P (fd->loop.n2))
2409
else if (fd->
non_rect
)
2413
int non_rect_referenced = 0,
non_rect
= 0;
local
2422
non_rect
++;
2424
gcc_assert (
non_rect
== 1 && non_rect_referenced == 1);
2494
if (fd->
non_rect
3020
if (fd->
non_rect
)
[
all
...]
omp-low.cc
2245
if (fd.
non_rect
10469
if (fd->
non_rect
11647
&& fd.
non_rect
Completed in 41 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026