Lines Matching refs:NestedDir
626 if (const auto *NestedDir = in hasNestedSPMDDirective() local
628 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()
634 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
824 if (const auto *NestedDir = in hasNestedLightweightDirective() local
826 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()
904 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()