reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
919 if (isOpenMPParallelDirective(DKind) && 920 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 920 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 923 if (DKind == OMPD_teams_distribute_simd || DKind == OMPD_simd) 923 if (DKind == OMPD_teams_distribute_simd || DKind == OMPD_simd) 925 if (DKind == OMPD_parallel) { 933 DKind = NND->getDirectiveKind(); 934 if (isOpenMPWorksharingDirective(DKind) && 935 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 938 } else if (DKind == OMPD_teams) { 946 DKind = NND->getDirectiveKind(); 947 if (isOpenMPParallelDirective(DKind) && 948 isOpenMPWorksharingDirective(DKind) && 949 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 951 if (DKind == OMPD_parallel) { 959 DKind = NND->getDirectiveKind(); 960 if (isOpenMPWorksharingDirective(DKind) && 961 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 969 if (isOpenMPParallelDirective(DKind) && 970 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 970 isOpenMPWorksharingDirective(DKind) && isOpenMPLoopDirective(DKind) && 973 if (DKind == OMPD_distribute_simd || DKind == OMPD_simd) 973 if (DKind == OMPD_distribute_simd || DKind == OMPD_simd) 975 if (DKind == OMPD_parallel) { 983 DKind = NND->getDirectiveKind(); 984 if (isOpenMPWorksharingDirective(DKind) && 985 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NND)) 991 if (DKind == OMPD_simd) 993 return isOpenMPWorksharingDirective(DKind) && 994 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir);