Lines Matching defs:orig_for_stmt
12300 to ORIG_FOR_STMT. */
12304 tree orig_for_stmt)
12325 OMP_CLAUSE_CHAIN (c) = OMP_FOR_CLAUSES (orig_for_stmt);
12326 OMP_FOR_CLAUSES (orig_for_stmt) = c;
12334 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t;
12344 orig_for_stmt = for_stmt = *expr_p;
12627 orig_for_stmt) == OMP_TASKLOOP)
12639 for_pre_p, orig_for_stmt);
12641 for_pre_p, orig_for_stmt);
12645 orig_for_stmt);
12653 for_pre_p, orig_for_stmt);
12655 for_pre_p, orig_for_stmt);
12659 orig_for_stmt);
12672 orig_for_stmt);
12676 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort,
12680 if (orig_for_stmt != for_stmt)
12740 if (for_stmt == orig_for_stmt)
12761 if (orig_for_stmt != for_stmt)
12908 if (orig_for_stmt != for_stmt)
13000 if (orig_for_stmt != for_stmt)
13016 if (orig_for_stmt != for_stmt)
13086 if ((var != decl || collapse > 1 || tile) && orig_for_stmt == for_stmt)
13148 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP
13149 || (loop_p && orig_for_stmt == for_stmt))
13152 if (TREE_CODE (OMP_FOR_BODY (orig_for_stmt)) != BIND_EXPR)
13154 OMP_FOR_BODY (orig_for_stmt)
13156 OMP_FOR_BODY (orig_for_stmt), NULL);
13157 TREE_SIDE_EFFECTS (OMP_FOR_BODY (orig_for_stmt)) = 1;
13161 gimple *g = gimplify_and_return_first (OMP_FOR_BODY (orig_for_stmt),
13164 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP
13165 || (loop_p && orig_for_stmt == for_stmt))
13173 if (orig_for_stmt != for_stmt)
13179 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
13212 &OMP_FOR_CLAUSES (orig_for_stmt),
13213 TREE_CODE (orig_for_stmt));
13216 switch (TREE_CODE (orig_for_stmt))
13231 gfor = gimple_build_omp_for (for_body, kind, OMP_FOR_CLAUSES (orig_for_stmt),
13234 if (orig_for_stmt != for_stmt)
13244 gcc_assert (TREE_CODE (orig_for_stmt) == OMP_SIMD);
13246 gcc_assert (TREE_CODE (orig_for_stmt) == OMP_FOR);
13268 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
13481 if (TREE_CODE (orig_for_stmt) == OMP_FOR)
13509 else if (TREE_CODE (orig_for_stmt) == OMP_SIMD)