Home
last modified time | relevance | path

Searched refs:NestedDir (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp790 if (const auto *NestedDir = dyn_cast<OMPExecutableDirective>(ChildStmt)) { in hasNestedSPMDDirective() local
791 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 …]
H A DCGOpenMPRuntime.cpp8131 if (const auto *NestedDir = dyn_cast<OMPExecutableDirective>(ChildStmt)) { in getNestedDistributeDirective() local
8132 OpenMPDirectiveKind DKind = NestedDir->getDirectiveKind(); in getNestedDistributeDirective()
8136 return NestedDir; in getNestedDistributeDirective()
8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
8152 return NestedDir; in getNestedDistributeDirective()