Lines Matching refs:incrv
4451 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
4459 tree incr = TREE_VEC_ELT (incrv, i); in handle_omp_for_class_iterator()
4670 TREE_VEC_ELT (incrv, i) = incr; in handle_omp_for_class_iterator()
4684 tree incrv, tree body, tree pre_body, tree clauses) in finish_omp_for() argument
4693 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for()
4699 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
4749 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
4768 OMP_FOR_INCR (stmt) = incrv; in finish_omp_for()
4778 orig_incr = make_tree_vec (TREE_VEC_LENGTH (incrv)); in finish_omp_for()
4785 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
4812 incrv, &body, &pre_body, clauses)) in finish_omp_for()
4858 TREE_VEC_ELT (incrv, i) = incr; in finish_omp_for()
4865 omp_for = c_finish_omp_for (locus, declv, initv, condv, incrv, in finish_omp_for()