Lines Matching refs:incrv
7694 tree condv, tree incrv, tree *body, in handle_omp_for_class_iterator() argument
7703 tree incr = TREE_VEC_ELT (incrv, i); in handle_omp_for_class_iterator()
7998 TREE_VEC_ELT (incrv, i) = incr; in handle_omp_for_class_iterator()
8013 tree orig_declv, tree initv, tree condv, tree incrv, in finish_omp_for() argument
8026 gcc_assert (TREE_VEC_LENGTH (declv) == TREE_VEC_LENGTH (incrv)); in finish_omp_for()
8048 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
8112 if (dependent_omp_for_p (declv, initv, condv, incrv)) in finish_omp_for()
8131 OMP_FOR_INCR (stmt) = incrv; in finish_omp_for()
8144 orig_incr = make_tree_vec (TREE_VEC_LENGTH (incrv)); in finish_omp_for()
8151 incr = TREE_VEC_ELT (incrv, i); in finish_omp_for()
8184 initv, condv, incrv, &body, in finish_omp_for()
8233 TREE_VEC_ELT (incrv, i) = incr; in finish_omp_for()
8241 incrv, body, pre_body); in finish_omp_for()