Lines Matching refs:NestedDir
575 if (const auto *NestedDir = in hasNestedSPMDDirective() local
577 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()
583 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
773 if (const auto *NestedDir = in hasNestedLightweightDirective() local
775 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedLightweightDirective()
780 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
785 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
830 hasStaticScheduling(*NestedDir)) in hasNestedLightweightDirective()
835 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
853 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()