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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 6326 case OMP_TASKLOOP:
12139 case OMP_TASKLOOP:
12215 case OMP_TASKLOOP:
13021 case OMP_TASKLOOP: p[i] = "taskloop"; break;
13282 else if (code == OMP_TASKLOOP
15297 case OMP_TASKLOOP:
15339 if (TREE_CODE (for_stmt) != OMP_TASKLOOP)
15375 if (TREE_CODE (for_stmt) != OMP_TASKLOOP || gimplify_omp_ctxp)
15394 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
15444 OMP_TASKLOOP);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 5926 case OMP_TASKLOOP:
9241 case OMP_TASKLOOP:
9317 case OMP_TASKLOOP:
10637 case OMP_TASKLOOP: p[i] = "taskloop"; break;
10893 else if (code == OMP_TASKLOOP
12542 case OMP_TASKLOOP:
12571 if (TREE_CODE (for_stmt) != OMP_TASKLOOP)
12608 if (TREE_CODE (for_stmt) != OMP_TASKLOOP || gimplify_omp_ctxp)
12627 if (TREE_CODE (orig_for_stmt) == OMP_TASKLOOP)
12677 OMP_TASKLOOP);
    [all...]

Completed in 66 milliseconds