Searched defs:CaptureRegions (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 733 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 537 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getCapturedStmt() local 546 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getInnermostCapturedStmt() local
|
H A D | OpenMPClause.h | 8947 ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getCapturedStmt() 8961 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() 8972 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 355 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in VisitOMPExecutableDirective() local
|
H A D | CGOpenMPRuntime.cpp | 11927 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in tryToDisableInnerAnalysis() local 12320 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in checkAndEmitSharedLastprivateConditional() local
|
H A D | CGStmtOpenMP.cpp | 816 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in EmitOMPFirstprivateClause() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 646 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getCaptureRegion() local 2532 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in isOpenMPPrivateDecl() local 4622 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getOpenMPCaptureLevels() local 4809 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in ActOnOpenMPRegionEnd() local 6141 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in ActOnOpenMPExecutableDirective() local
|