Searched refs:condv (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | semantics.cc | 9986 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument 9994 tree cond = TREE_VEC_ELT (condv, i); in handle_omp_for_class_iterator() 10327 TREE_VEC_ELT (condv, i) = cond; in handle_omp_for_class_iterator() 10342 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument 10353 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (condv)); in finish_omp_for() 10375 cond = TREE_VEC_ELT (condv, i); in finish_omp_for() 10444 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for() 10462 OMP_FOR_COND (stmt) = condv; in finish_omp_for() 10482 cond = TREE_VEC_ELT (condv, i); in finish_omp_for() 10516 initv, condv, incrv, &body, in finish_omp_for() [all …]
|
| D | pt.cc | 18106 tree initv, tree condv, tree incrv, tree *clauses, in tsubst_omp_for_iterator() argument 18298 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator() 18435 TREE_VEC_ELT (condv, i) = cond; in tsubst_omp_for_iterator() 19203 tree declv = NULL_TREE, initv = NULL_TREE, condv = NULL_TREE; in tsubst_expr() local 19222 condv = make_tree_vec (TREE_VEC_LENGTH (OMP_FOR_INIT (t))); in tsubst_expr() 19237 condv, incrv, &clauses, args, in tsubst_expr() 19263 orig_declv, initv, condv, incrv, body, pre_body, in tsubst_expr() 28576 dependent_omp_for_p (tree declv, tree initv, tree condv, tree incrv) in dependent_omp_for_p() argument 28587 tree cond = TREE_VEC_ELT (condv, i); in dependent_omp_for_p()
|
| D | parser.cc | 42429 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local 42485 condv = make_tree_vec (count); in cp_parser_omp_for_loop() 42712 TREE_VEC_ELT (condv, i) = cond; in cp_parser_omp_for_loop() 42797 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | omp-low.cc | 5474 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local 5475 g = gimple_build_assign (condv, in lower_rec_input_clauses() 5479 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 6518 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local 6520 g = gimple_build_assign (condv, m); in lower_rec_input_clauses() 6525 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 6673 tree condv = create_tmp_var (boolean_type_node); in lower_rec_input_clauses() local 6675 g = gimple_build_assign (condv, m); in lower_rec_input_clauses() 6680 g = gimple_build_cond (NE_EXPR, condv, in lower_rec_input_clauses() 9382 tree condv = create_tmp_var (boolean_type_node); in lower_omp_task_reductions() local [all …]
|