Home
last modified time | relevance | path

Searched refs:getInnermostCapturedStmt (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2518 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt(); in EmitSections()
2674 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSectionDirective()
2705 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPSingleDirective()
2725 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPMasterDirective()
2734 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPCriticalDirective()
3259 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTaskgroupDirective()
3528 const CapturedStmt *CS = S.getInnermostCapturedStmt(); in EmitOMPOrderedDirective()
3992 const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers(); in EmitOMPAtomicDirective()
4025 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in emitCommonOMPTargetDirective()
4617 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); in EmitOMPTargetDataDirective()
[all …]
H A DCGOpenMPRuntimeNVPTX.cpp785 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedSPMDDirective()
798 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedSPMDDirective()
958 const auto *CS = D.getInnermostCapturedStmt(); in hasNestedLightweightDirective()
972 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
984 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
996 Body = NND->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1017 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in hasNestedLightweightDirective()
1981 D.getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers( in getDistributeLastprivateVars()
H A DCGOpenMPRuntime.cpp8126 const auto *CS = D.getInnermostCapturedStmt(); in getNestedDistributeDirective()
8138 Body = NestedDir->getInnermostCapturedStmt()->IgnoreContainers( in getNestedDistributeDirective()
8639 E->getInnermostCapturedStmt()->getCapturedStmt(), ParentName); in scanForTargetRegionsFunctions()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h226 CapturedStmt *getInnermostCapturedStmt() { in getInnermostCapturedStmt() function
239 const CapturedStmt *getInnermostCapturedStmt() const { in getInnermostCapturedStmt() function
241 ->getInnermostCapturedStmt(); in getInnermostCapturedStmt()
962 getInnermostCapturedStmt()->getCapturedStmt()->IgnoreContainers(); in getBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp639 PrintStmt(S->getInnermostCapturedStmt()->getCapturedStmt()); in PrintOMPExecutableDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h7726 Stmt *CS = D->getInnermostCapturedStmt()->getCapturedStmt(); in TransformOMPExecutableDirective()
H A DSemaOpenMP.cpp2202 S->getInnermostCapturedStmt()->captures()) { in VisitSubCaptures()