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

  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 254 is_omp_target (gimple *stmt) function
1273 if (is_omp_target (ctx->stmt))
1322 if (is_omp_target (ctx->stmt))
1603 && is_omp_target (ctx->stmt))
1844 if (TREE_CODE (decl) != MEM_REF && !is_omp_target (ctx->stmt))
1894 && is_omp_target (ctx->stmt)
2000 if (is_omp_target (ctx->stmt))
5152 if (c_kind == OMP_CLAUSE_IN_REDUCTION && is_omp_target (ctx->stmt))
5179 if (is_omp_target (ctx->stmt))
5208 else if (is_omp_target (ctx->stmt)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 252 is_omp_target (gimple *stmt) function
1261 if (is_omp_target (ctx->stmt))
1310 if (is_omp_target (ctx->stmt))
1576 && is_omp_target (ctx->stmt))
1809 if (TREE_CODE (decl) != MEM_REF && !is_omp_target (ctx->stmt))
1859 && is_omp_target (ctx->stmt)
1964 if (is_omp_target (ctx->stmt))
5194 if (c_kind == OMP_CLAUSE_IN_REDUCTION && is_omp_target (ctx->stmt))
5221 if (is_omp_target (ctx->stmt))
5250 else if (is_omp_target (ctx->stmt)
    [all...]

Completed in 25 milliseconds