Searched refs:NestedDir (Results 1 – 2 of 2) sorted by relevance
790 if (const auto *NestedDir = dyn_cast<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective() local791 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()795 !hasParallelIfNumThreadsClause(Ctx, *NestedDir)) in hasNestedSPMDDirective()798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()813 !hasParallelIfNumThreadsClause(Ctx, *NestedDir); in hasNestedSPMDDirective()964 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()969 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()972 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()984 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()1014 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()[all …]
8131 if (const auto *NestedDir = dyn_cast<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective() local8132 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective()8136 return NestedDir; in getNestedDistributeDirective()8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()8152 return NestedDir; in getNestedDistributeDirective()