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

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c7516 enum omp_region_type ort;
7522 ort = ORT_WORKSHARE;
7527 ort = ORT_TARGET;
7531 ort = ORT_TARGET_DATA;
7534 ort = OMP_TEAMS_COMBINED (expr) ? ORT_COMBINED_TEAMS : ORT_TEAMS;
7539 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort);
7540 if (ort == ORT_TARGET || ort == ORT_TARGET_DATA)
7548 if (ort == ORT_TARGET_DATA)
7513 enum omp_region_type ort; local
7536 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort); local

Completed in 82 milliseconds