reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2222 auto &&CGInlinedWorksharingLoop = [&S](CodeGenFunction &CGF, 2226 if (!isOpenMPSimdDirective(S.getDirectiveKind())) { 2227 if (const auto *D = dyn_cast<OMPTeamsDistributeParallelForDirective>(&S)) 2229 else if (const auto *D = dyn_cast<OMPDistributeParallelForDirective>(&S)) 2232 dyn_cast<OMPTargetTeamsDistributeParallelForDirective>(&S)) 2235 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), 2237 CGF.EmitOMPWorksharingLoop(S, S.getPrevEnsureUpperBound(), 2237 CGF.EmitOMPWorksharingLoop(S, S.getPrevEnsureUpperBound(), 2243 CGF, S, 2244 isOpenMPSimdDirective(S.getDirectiveKind()) ? OMPD_for_simd : OMPD_for,