Searched refs:NestedDir (Results 1 – 2 of 2) sorted by relevance
626 if (const auto *NestedDir = in hasNestedSPMDDirective() local628 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()634 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()824 if (const auto *NestedDir = in hasNestedLightweightDirective() local826 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()831 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()836 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()849 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()881 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()886 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()[all …]
6568 if (const auto *NestedDir = in emitNumTeamsForTargetDirective() local6570 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in emitNumTeamsForTargetDirective()6571 if (NestedDir->hasClausesOfKind<OMPNumTeamsClause>()) { in emitNumTeamsForTargetDirective()6575 NestedDir->getSingleClause<OMPNumTeamsClause>()->getNumTeams(); in emitNumTeamsForTargetDirective()6584 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in emitNumTeamsForTargetDirective()6585 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) in emitNumTeamsForTargetDirective()9413 if (const auto *NestedDir = in getNestedDistributeDirective() local9415 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective()9419 return NestedDir; in getNestedDistributeDirective()9421 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()[all …]