Home
last modified time | relevance | path

Searched defs:RegionKind (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DRegionKindInterface.h26 enum class RegionKind { enum
/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h222 enum RegionKind { global() enum
/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h547 getCapturedStmt(OpenMPDirectiveKind RegionKind) getCapturedStmt() argument
H A DOpenMPClause.h9082 getCapturedStmt(OpenMPDirectiveKind RegionKind,ArrayRef<OpenMPDirectiveKind> CaptureRegions) getCapturedStmt() argument
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp72 CGOpenMPRegionInfo(const CapturedStmt & CS,const CGOpenMPRegionKind RegionKind,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPRegionInfo() argument
78 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPRegionInfo() argument
110 CGOpenMPRegionKind RegionKind; global() member in __anon143de22e0111::CGOpenMPRegionInfo