Home | History | Annotate | Download | only in gcc

Lines Matching refs:controlb

5130       tree controlp = NULL_TREE, controlb = NULL_TREE;
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;
5462 controlb = OMP_CLAUSE_DECL (c);
5465 if (controlb && controlp)
5468 gcc_assert (controlp && controlb);
5469 gimple *g = gimple_build_cond (NE_EXPR, controlb, boolean_false_node,