Searched defs:RegionKind (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/include/mlir/IR/ | ||
H A D | RegionKindInterface.h | 26 enum class RegionKind { enum |
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ | ||
H A D | CoverageMapping.h | 222 enum RegionKind { global() enum |
/llvm-project/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 547 getCapturedStmt(OpenMPDirectiveKind RegionKind) getCapturedStmt() argument |
H A D | OpenMPClause.h | 9082 getCapturedStmt(OpenMPDirectiveKind RegionKind,ArrayRef<OpenMPDirectiveKind> CaptureRegions) getCapturedStmt() argument |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 72 CGOpenMPRegionInfo(const CapturedStmt & CS,const CGOpenMPRegionKind RegionKind,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPRegionInfo() argument |