Searched defs:CaptureRegions (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 769 getOpenMPCaptureRegions(SmallVectorImpl<OpenMPDirectiveKind> & CaptureRegions,OpenMPDirectiveKind DKind) getOpenMPCaptureRegions() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 550 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getCapturedStmt() local 559 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getInnermostCapturedStmt() local
|
H A D | OpenMPClause.h | 9043 getCapturedStmt(OpenMPDirectiveKind RegionKind,ArrayRef<OpenMPDirectiveKind> CaptureRegions) getCapturedStmt() argument 9057 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) getInnermostCapturedStmt() argument 9068 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) getInnermostCapturedStmt() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 343 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in VisitOMPExecutableDirective() local
|
H A D | CGOpenMPRuntime.cpp | 11466 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; tryToDisableInnerAnalysis() local 11859 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; checkAndEmitSharedLastprivateConditional() local
|
H A D | CGStmtOpenMP.cpp | 812 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; EmitOMPFirstprivateClause() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 669 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getCaptureRegion() local 2555 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; isOpenMPPrivateDecl() local 4636 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; getOpenMPCaptureLevels() local 4824 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; ActOnOpenMPRegionEnd() local 6287 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; ActOnOpenMPExecutableDirective() local [all...] |