HomeSort by: relevance | last modified time | path
    Searched defs:omp_for (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 77 "top-level" OMP_FOR statement, returns a pointer to that statement;
80 A "top-level" OMP_FOR statement is one that is possibly accompanied by
82 OMP_FOR possibly wrapped in a singleton bind and a singleton try
83 statement to allow for a local loop variable, but not an OMP_FOR
85 non-singleton bind containing only assignments and then an OMP_FOR
100 /* Accept an OMP_FOR statement, or a try statement containing only
101 a single OMP_FOR. */
119 OMP_FOR at the end. No other kinds of statements allowed. */
513 transform_kernels_loop_clauses (gimple *omp_for,
529 tree loop_clauses = gimple_omp_for_clauses (omp_for);
1080 gimple *omp_for = top_level_omp_for_in_stmt (stmt); local
1298 gimple *omp_for = top_level_omp_for_in_stmt (stmt); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-oacc-kernels-decompose.cc 77 "top-level" OMP_FOR statement, returns a pointer to that statement;
80 A "top-level" OMP_FOR statement is one that is possibly accompanied by
82 OMP_FOR possibly wrapped in a singleton bind and a singleton try
83 statement to allow for a local loop variable, but not an OMP_FOR
85 non-singleton bind containing only assignments and then an OMP_FOR
100 /* Accept an OMP_FOR statement, or a try statement containing only
101 a single OMP_FOR. */
119 OMP_FOR at the end. No other kinds of statements allowed. */
512 transform_kernels_loop_clauses (gimple *omp_for,
528 tree loop_clauses = gimple_omp_for_clauses (omp_for);
1079 gimple *omp_for = top_level_omp_for_in_stmt (stmt); local
1297 gimple *omp_for = top_level_omp_for_in_stmt (stmt); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 10818 /* Build and validate an OMP_FOR statement. CLAUSES, BODY, COND, INCR
10830 tree omp_for = NULL, orig_incr = NULL;
11050 omp_for = c_finish_omp_for (locus, code, declv, orig_declv, initv, condv,
11055 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees))
11056 omp_for = NULL_TREE;
11058 if (omp_for == NULL)
11061 add_stmt (omp_for);
11063 for (i = 0; i < TREE_VEC_LENGTH (OMP_FOR_INCR (omp_for)); i++)
11065 init = TREE_VEC_ELT (OMP_FOR_INIT (omp_for), i)
10829 tree omp_for = NULL, orig_incr = NULL; local
11214 tree omp_for; member in struct:fofb_data
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 10342 /* Build and validate an OMP_FOR statement. CLAUSES, BODY, COND, INCR
10354 tree omp_for = NULL, orig_incr = NULL;
10557 omp_for = c_finish_omp_for (locus, code, declv, orig_declv, initv, condv,
10562 if (omp_for && !c_omp_check_loop_iv (omp_for, orig_declv, cp_walk_subtrees))
10563 omp_for = NULL_TREE;
10565 if (omp_for == NULL)
10568 add_stmt (omp_for);
10570 for (i = 0; i < TREE_VEC_LENGTH (OMP_FOR_INCR (omp_for)); i++)
10572 init = TREE_VEC_ELT (OMP_FOR_INIT (omp_for), i)
10353 tree omp_for = NULL, orig_incr = NULL; local
    [all...]

Completed in 80 milliseconds