| gimplify.cc | 12341 enum omp_region_type ort = ORT_WORKSHARE; 12540 ort = ORT_ACC; 12544 ort = ORT_UNTIED_TASKLOOP; 12546 ort = ORT_TASKLOOP; 12549 ort = ORT_SIMD; 12557 if (ort == ORT_SIMD && TREE_VEC_LENGTH (OMP_FOR_INIT (for_stmt)) == 1) 12572 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, 12581 if ((ort == ORT_SIMD 12676 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, 12768 else if (ort == ORT_SIMD 12338 enum omp_region_type ort = ORT_WORKSHARE; local 12569 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (for_stmt), pre_p, ort, local 12673 gimplify_scan_omp_clauses (&OMP_FOR_CLAUSES (orig_for_stmt), pre_p, ort, local 14095 enum omp_region_type ort; local 14140 gimplify_scan_omp_clauses (&OMP_CLAUSES (expr), pre_p, ort, local 14270 enum omp_region_type ort = ORT_WORKSHARE; local 14299 ort, TREE_CODE (expr)); local [all...] |