Searched refs:NestedDir (Results 1 – 2 of 2) sorted by relevance
632 if (const auto *NestedDir = in hasNestedSPMDDirective() local634 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()830 if (const auto *NestedDir = in hasNestedLightweightDirective() local832 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()837 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()842 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()855 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()887 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()892 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()[all …]
6615 if (const auto *NestedDir = in emitNumTeamsForTargetDirective() local6617 if (isOpenMPTeamsDirective(NestedDir->getDirectiveKind())) { in emitNumTeamsForTargetDirective()6618 if (NestedDir->hasClausesOfKind<OMPNumTeamsClause>()) { in emitNumTeamsForTargetDirective()6622 NestedDir->getSingleClause<OMPNumTeamsClause>()->getNumTeams(); in emitNumTeamsForTargetDirective()6631 if (isOpenMPParallelDirective(NestedDir->getDirectiveKind()) || in emitNumTeamsForTargetDirective()6632 isOpenMPSimdDirective(NestedDir->getDirectiveKind())) in emitNumTeamsForTargetDirective()9551 if (const auto *NestedDir = in getNestedDistributeDirective() local9553 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective()9557 return NestedDir; in getNestedDistributeDirective()9559 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()[all …]