Lines Matching refs:NestedDir
632 if (const auto *NestedDir = in hasNestedSPMDDirective() local
634 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in hasNestedSPMDDirective()
640 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
830 if (const auto *NestedDir = in hasNestedLightweightDirective() local
832 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()
910 isOpenMPLoopDirective(DKind) && hasStaticScheduling(*NestedDir); in hasNestedLightweightDirective()