OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controlb
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
5229
tree controlp = NULL_TREE,
controlb
= NULL_TREE;
local
5235
controlb
= OMP_CLAUSE_DECL (c);
5238
if (
controlb
&& controlp)
5241
gcc_assert (controlp &&
controlb
);
5252
expand_omp_build_assign (&gsi,
controlb
, cmp);
5253
g = gimple_build_cond (NE_EXPR,
controlb
, boolean_false_node,
5555
tree controlp = NULL_TREE,
controlb
= NULL_TREE;
local
5561
controlb
= OMP_CLAUSE_DECL (c);
5564
if (
controlb
&& controlp)
5567
gcc_assert (controlp &&
controlb
);
[
all
...]
omp-low.cc
10767
// current thread will perform.
controlb
and controlp variables are
10770
#pragma omp for _scantemp_(rpriva) _scantemp_(rprivb) _scantemp_(
controlb
) \
10846
#pragma omp for _scantemp_(
controlb
) _scantemp_(controlp) \
11268
tree
controlb
= create_tmp_var (boolean_type_node);
11271
OMP_CLAUSE_DECL (nc) =
controlb
;
11281
OMP_CLAUSE_DECL (nc) =
controlb
;
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
5130
tree controlp = NULL_TREE,
controlb
= NULL_TREE;
local
5136
controlb
= OMP_CLAUSE_DECL (c);
5139
if (
controlb
&& controlp)
5142
gcc_assert (controlp &&
controlb
);
5153
expand_omp_build_assign (&gsi,
controlb
, cmp);
5154
g = gimple_build_cond (NE_EXPR,
controlb
, boolean_false_node,
5456
tree controlp = NULL_TREE,
controlb
= NULL_TREE;
local
5462
controlb
= OMP_CLAUSE_DECL (c);
5465
if (
controlb
&& controlp)
5468
gcc_assert (controlp &&
controlb
);
[
all
...]
omp-low.cc
10810
// current thread will perform.
controlb
and controlp variables are
10813
#pragma omp for _scantemp_(rpriva) _scantemp_(rprivb) _scantemp_(
controlb
) \
10889
#pragma omp for _scantemp_(
controlb
) _scantemp_(controlp) \
11311
tree
controlb
= create_tmp_var (boolean_type_node);
11314
OMP_CLAUSE_DECL (nc) =
controlb
;
11324
OMP_CLAUSE_DECL (nc) =
controlb
;
Completed in 86 milliseconds
Indexes created Sat Jul 04 00:25:45 UTC 2026