| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.h | 69 gomp_for *for_stmt; member in struct:omp_for_data 101 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
|
| tree-parloops.cc | 2747 gomp_for *for_stmt; local 2903 for_stmt = gimple_build_omp_for (NULL, 2911 gimple_set_location (for_stmt, loc); 2912 gimple_omp_for_set_index (for_stmt, 0, initvar); 2913 gimple_omp_for_set_initial (for_stmt, 0, cvar_init); 2914 gimple_omp_for_set_final (for_stmt, 0, gimple_cond_rhs (cond_stmt)); 2915 gimple_omp_for_set_cond (for_stmt, 0, gimple_cond_code (cond_stmt)); 2916 gimple_omp_for_set_incr (for_stmt, 0, build2 (PLUS_EXPR, type, 2921 gsi_insert_after (&gsi, for_stmt, GSI_NEW_STMT); 2922 SSA_NAME_DEF_STMT (initvar) = for_stmt; [all...] |
| omp-expand.cc | 236 if (gomp_for *for_stmt = dyn_cast <gomp_for *> (ws_stmt)) 241 omp_extract_for_data (for_stmt, &fd, NULL); 245 if (gimple_omp_for_combined_into_p (for_stmt)) 1808 if (gimple_omp_for_combined_into_p (fd->for_stmt) 1815 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 2480 if (gimple_omp_for_combined_p (fd->for_stmt)) 3873 && omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 3881 tree c = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 3892 tree c = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 4070 if (gimple_omp_for_combined_into_p (fd->for_stmt)) 7133 gimple *for_stmt = gsi_stmt (gsi); local 7636 gomp_for *for_stmt = as_a <gomp_for *> (gsi_stmt (gsi)); local [all...] |
| omp-low.cc | 2175 gomp_for *for_stmt = as_a <gomp_for *> ((gimple *) wi.info); local 2177 omp_extract_for_data (for_stmt, &fd, NULL); 2190 if (omp_find_clause (gimple_omp_for_clauses (for_stmt), 2206 if (tree v = gimple_omp_for_index (for_stmt, fd.last_nonrect)) 2209 v = gimple_omp_for_index (for_stmt, fd.first_nonrect); 10476 && gimple_omp_for_combined_into_p (fd->for_stmt)) 10514 if (tree v = gimple_omp_for_index (fd->for_stmt, fd->last_nonrect)) 10533 clauses = gimple_omp_for_clauses (fd->for_stmt);
|
| gimplify.cc | 12334 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; 12344 orig_for_stmt = for_stmt = *expr_p; 12346 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) 12348 if (OMP_FOR_INIT (for_stmt) == NULL_TREE) 12351 gcc_assert (TREE_CODE (for_stmt) != OACC_LOOP); 12352 inner_for_stmt = walk_tree (&OMP_FOR_BODY (for_stmt), 12363 &OMP_FOR_PRE_BODY (for_stmt)); 12369 &OMP_FOR_PRE_BODY (for_stmt)); 12412 && TREE_CODE (for_stmt) == OMP_DISTRIBUTE 12445 on for_stmt. * 12331 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; local 13556 tree for_stmt = *expr_p; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.h | 71 gomp_for *for_stmt; member in struct:omp_for_data 161 extern void omp_extract_for_data (gomp_for *for_stmt, struct omp_for_data *fd,
|
| tree-parloops.cc | 2748 gomp_for *for_stmt; local 2904 for_stmt = gimple_build_omp_for (NULL, 2912 gimple_set_location (for_stmt, loc); 2913 gimple_omp_for_set_index (for_stmt, 0, initvar); 2914 gimple_omp_for_set_initial (for_stmt, 0, cvar_init); 2915 gimple_omp_for_set_final (for_stmt, 0, gimple_cond_rhs (cond_stmt)); 2916 gimple_omp_for_set_cond (for_stmt, 0, gimple_cond_code (cond_stmt)); 2917 gimple_omp_for_set_incr (for_stmt, 0, build2 (PLUS_EXPR, type, 2922 gsi_insert_after (&gsi, for_stmt, GSI_NEW_STMT); 2923 SSA_NAME_DEF_STMT (initvar) = for_stmt; [all...] |
| omp-expand.cc | 236 if (gomp_for *for_stmt = dyn_cast <gomp_for *> (ws_stmt)) 241 omp_extract_for_data (for_stmt, &fd, NULL); 245 if (gimple_omp_for_combined_into_p (for_stmt)) 1809 if (gimple_omp_for_combined_into_p (fd->for_stmt) 1816 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 2478 if (gimple_omp_for_combined_p (fd->for_stmt)) 3961 && omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 3969 tree c = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 3980 tree c = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), 4161 if (gimple_omp_for_combined_into_p (fd->for_stmt)) 7222 gimple *for_stmt = gsi_stmt (gsi); local 7725 gomp_for *for_stmt = as_a <gomp_for *> (gsi_stmt (gsi)); local [all...] |
| omp-low.cc | 2216 gomp_for *for_stmt = as_a <gomp_for *> ((gimple *) wi.info); local 2218 omp_extract_for_data (for_stmt, &fd, NULL); 2231 if (omp_find_clause (gimple_omp_for_clauses (for_stmt), 2247 if (tree v = gimple_omp_for_index (for_stmt, fd.last_nonrect)) 2250 v = gimple_omp_for_index (for_stmt, fd.first_nonrect); 10433 && gimple_omp_for_combined_into_p (fd->for_stmt)) 10471 if (tree v = gimple_omp_for_index (fd->for_stmt, fd->last_nonrect)) 10490 clauses = gimple_omp_for_clauses (fd->for_stmt);
|
| gimplify.cc | 15089 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; 15099 orig_for_stmt = for_stmt = *expr_p; 15101 bool loop_p = (omp_find_clause (OMP_FOR_CLAUSES (for_stmt), OMP_CLAUSE_BIND) 15103 if (OMP_FOR_INIT (for_stmt) == NULL_TREE) 15106 gcc_assert (TREE_CODE (for_stmt) != OACC_LOOP); 15107 inner_for_stmt = walk_tree (&OMP_FOR_BODY (for_stmt), 15118 &OMP_FOR_PRE_BODY (for_stmt)); 15124 &OMP_FOR_PRE_BODY (for_stmt)); 15167 && TREE_CODE (for_stmt) == OMP_DISTRIBUTE 15200 on for_stmt. * 15086 tree for_stmt, orig_for_stmt, inner_for_stmt = NULL_TREE, decl, var, t; local 16335 tree for_stmt = *expr_p; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-gimplify.cc | 237 tree for_stmt = *expr_p; local 241 if (OMP_FOR_GIMPLIFYING_P (for_stmt)) 243 OMP_FOR_GIMPLIFYING_P (for_stmt) = 1; 245 gimplify_and_add (for_stmt, &seq); 248 OMP_FOR_GIMPLIFYING_P (for_stmt) = 0; 753 case FOR_STMT: 2257 case FOR_STMT:
|
| init.cc | 4893 tree for_stmt; 4897 for_stmt = begin_for_stmt (NULL_TREE, NULL_TREE); 4898 finish_init_stmt (for_stmt); local 4901 for_stmt, false, 0, false); 5064 finish_for_stmt (for_stmt); 4890 tree for_stmt; local
|
| coroutines.cc | 3602 case FOR_STMT: 3706 case FOR_STMT: 3712 tree for_stmt = *stmt; local 3717 (!(cp_walk_tree (&FOR_INIT_STMT (for_stmt), find_any_await, 3722 = cp_walk_tree (&FOR_COND (for_stmt), find_any_await, 3727 = cp_walk_tree (&FOR_EXPR (for_stmt), find_any_await, 3743 coro_build_add_if_not_cond_break (FOR_COND (for_stmt)); 3745 add_stmt (FOR_BODY (for_stmt)); 3747 FOR_BODY (for_stmt) = pop_stmt_list (insert_list); 3748 FOR_COND (for_stmt) = boolean_true_node [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-gimplify.cc | 204 tree for_stmt = *expr_p; local 208 if (OMP_FOR_GIMPLIFYING_P (for_stmt)) 210 OMP_FOR_GIMPLIFYING_P (for_stmt) = 1; 212 gimplify_and_add (for_stmt, &seq); 215 OMP_FOR_GIMPLIFYING_P (for_stmt) = 0; 618 case FOR_STMT: 1768 case FOR_STMT:
|
| init.cc | 4768 tree for_stmt; 4772 for_stmt = begin_for_stmt (NULL_TREE, NULL_TREE); 4773 finish_init_stmt (for_stmt); local 4776 for_stmt, false, 0); 4933 finish_for_stmt (for_stmt); 4765 tree for_stmt; local
|
| coroutines.cc | 3385 case FOR_STMT: 3490 case FOR_STMT: 3496 tree for_stmt = *stmt; local 3501 (!(cp_walk_tree (&FOR_INIT_STMT (for_stmt), find_any_await, 3506 = cp_walk_tree (&FOR_COND (for_stmt), find_any_await, 3511 = cp_walk_tree (&FOR_EXPR (for_stmt), find_any_await, 3527 coro_build_add_if_not_cond_break (FOR_COND (for_stmt)); 3529 add_stmt (FOR_BODY (for_stmt)); 3531 FOR_BODY (for_stmt) = pop_stmt_list (insert_list); 3532 FOR_COND (for_stmt) = boolean_true_node [all...] |