Searched refs:GF_OMP_FOR_KIND_FOR (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-grid.c441 if (gimple_omp_for_kind (gfor) != GF_OMP_FOR_KIND_FOR)
465 if (gimple_omp_for_kind (gfor) != GF_OMP_FOR_KIND_FOR)
H A Domp-low.c1947 else if (msk == GF_OMP_FOR_KIND_FOR
1997 add_taskreg_looptemp_clauses (GF_OMP_FOR_KIND_FOR, stmt, outer_ctx);
2882 != GF_OMP_FOR_KIND_FOR)
2961 if (gimple_omp_for_kind (stmt) == GF_OMP_FOR_KIND_FOR
3038 || gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR)
3158 if (gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR
3202 if (gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR
6315 || gimple_omp_for_kind (ctx->stmt) == GF_OMP_FOR_KIND_FOR))
9242 && gimple_omp_for_kind (octx->stmt) == GF_OMP_FOR_KIND_FOR
9643 if (gimple_omp_for_kind (gfor) == GF_OMP_FOR_KIND_FOR
[all...]
H A Dgimple-pretty-print.c1447 case GF_OMP_FOR_KIND_FOR:
1484 case GF_OMP_FOR_KIND_FOR:
H A Domp-expand.c180 if (gimple_omp_for_kind (ws_stmt) != GF_OMP_FOR_KIND_FOR)
3131 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
3844 case GF_OMP_FOR_KIND_FOR:
4120 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
4611 case GF_OMP_FOR_KIND_FOR:
4836 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
6591 == GF_OMP_FOR_KIND_FOR);
H A Dgimple.h157 GF_OMP_FOR_KIND_FOR = 0, enumerator in enum:gf_mask
H A Dtree-parloops.c2906 : GF_OMP_FOR_KIND_FOR),
H A Dgimplify.c12015 case OMP_FOR: kind = GF_OMP_FOR_KIND_FOR; break;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc2192 || (msk == GF_OMP_FOR_KIND_FOR
2269 add_taskreg_looptemp_clauses (GF_OMP_FOR_KIND_FOR, stmt, outer_ctx);
3225 != GF_OMP_FOR_KIND_FOR)
3304 if (gimple_omp_for_kind (stmt) == GF_OMP_FOR_KIND_FOR
3383 || gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR)
3503 if (gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR
3550 if (gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR
3581 if (gimple_omp_for_kind (ctx->stmt) != GF_OMP_FOR_KIND_FOR
7011 || gimple_omp_for_kind (ctx->stmt) == GF_OMP_FOR_KIND_FOR))
10086 && gimple_omp_for_kind (octx->stmt) == GF_OMP_FOR_KIND_FOR
[all...]
H A Dgimple-pretty-print.cc1466 case GF_OMP_FOR_KIND_FOR:
1503 case GF_OMP_FOR_KIND_FOR:
H A Domp-expand.cc181 if (gimple_omp_for_kind (ws_stmt) != GF_OMP_FOR_KIND_FOR)
4314 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
5045 case GF_OMP_FOR_KIND_FOR:
5314 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
5803 case GF_OMP_FOR_KIND_FOR:
6020 if (gimple_omp_for_kind (fd->for_stmt) == GF_OMP_FOR_KIND_FOR)
8150 == GF_OMP_FOR_KIND_FOR && !fd.non_rect);
H A Dtree-parloops.cc2906 : GF_OMP_FOR_KIND_FOR),
H A Dgimple.h157 GF_OMP_FOR_KIND_FOR = 0, enumerator in enum:gf_mask
H A Dgimplify.cc13216 case OMP_FOR: kind = GF_OMP_FOR_KIND_FOR; break;

Completed in 736 milliseconds