Searched refs:controlb (Results 1 – 2 of 2) sorted by relevance
5130 tree controlp = NULL_TREE, controlb = NULL_TREE; in expand_omp_for_static_nochunk() local5136 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() local5462 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 …]
11309 tree controlb = create_tmp_var (boolean_type_node); in lower_omp_for_scan() local11312 OMP_CLAUSE_DECL (nc) = controlb; in lower_omp_for_scan()11322 OMP_CLAUSE_DECL (nc) = controlb; in lower_omp_for_scan()