Home
last modified time | relevance | path

Searched refs:controlb (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc5130 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
5136 controlb = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
5139 if (controlb && controlp) in expand_omp_for_static_nochunk()
5142 gcc_assert (controlp && controlb); in expand_omp_for_static_nochunk()
5153 expand_omp_build_assign (&gsi, controlb, cmp); in expand_omp_for_static_nochunk()
5154 g = gimple_build_cond (NE_EXPR, controlb, boolean_false_node, in expand_omp_for_static_nochunk()
5456 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local
5462 controlb = OMP_CLAUSE_DECL (c); in expand_omp_for_static_nochunk()
5465 if (controlb && controlp) in expand_omp_for_static_nochunk()
5468 gcc_assert (controlp && controlb); in expand_omp_for_static_nochunk()
[all …]
Domp-low.cc11309 tree controlb = create_tmp_var (boolean_type_node); in lower_omp_for_scan() local
11312 OMP_CLAUSE_DECL (nc) = controlb; in lower_omp_for_scan()
11322 OMP_CLAUSE_DECL (nc) = controlb; in lower_omp_for_scan()