Searched defs:CaptureRegions (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 577 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 299 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getCapturedStmt() local 308 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getInnermostCapturedStmt() local
|
D | OpenMPClause.h | 7991 ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getCapturedStmt() 8007 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) { in getInnermostCapturedStmt() 8018 getInnermostCapturedStmt(ArrayRef<OpenMPDirectiveKind> CaptureRegions) const { in getInnermostCapturedStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 620 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getCaptureRegion() local 2302 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in isOpenMPPrivateDecl() local 4172 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in getOpenMPCaptureLevels() local 4354 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in ActOnOpenMPRegionEnd() local 5074 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in ActOnOpenMPExecutableDirective() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 374 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in VisitOMPExecutableDirective() local
|
D | CGOpenMPRuntime.cpp | 11969 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in tryToDisableInnerAnalysis() local 12362 SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in checkAndEmitSharedLastprivateConditional() local
|
D | CGStmtOpenMP.cpp | 778 llvm::SmallVector<OpenMPDirectiveKind, 4> CaptureRegions; in EmitOMPFirstprivateClause() local
|