Searched refs:region_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/ia64/unwind/
H A Dstackframe.c40 bool region_type = false; /* Prologue */ local
71 region_type = strc[rec_cnt].udesc.R1.r;
79 region_type = false; /* R2 regions are prologue regions */
87 region_type = strc[rec_cnt].udesc.R3.r;
93 if(region_type == false) { /* Prologue Region */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgimplify.c91 enum omp_region_type region_type; member in struct:gimplify_omp_ctx
313 new_omp_context (enum omp_region_type region_type) argument
322 c->region_type = region_type;
323 if ((region_type & ORT_TASK) == 0)
748 while (ctx && ctx->region_type == ORT_WORKSHARE)
1840 while (ctx && ctx->region_type == ORT_WORKSHARE)
5305 else if (ctx->region_type != ORT_WORKSHARE)
5475 if (ctx->region_type != ORT_UNTIED_TASK)
5526 if (ctx->region_type
5710 gimplify_scan_omp_clauses(tree *list_p, gimple_seq *pre_p, enum omp_region_type region_type) argument
[all...]

Completed in 112 milliseconds