LLVM 20.0.0git
|
A struct to pack the relevant information for an OpenMP depend clause. More...
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Member Functions | |
DependData ()=default | |
DependData (omp::RTLDependenceKindTy DepKind, Type *DepValueType, Value *DepVal) | |
Public Attributes | |
omp::RTLDependenceKindTy | DepKind = omp::RTLDependenceKindTy::DepUnknown |
Type * | DepValueType |
Value * | DepVal |
A struct to pack the relevant information for an OpenMP depend clause.
Definition at line 1208 of file OMPIRBuilder.h.
|
explicitdefault |
|
inline |
Definition at line 1213 of file OMPIRBuilder.h.
omp::RTLDependenceKindTy llvm::OpenMPIRBuilder::DependData::DepKind = omp::RTLDependenceKindTy::DepUnknown |
Definition at line 1209 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::DependData::DepVal |
Definition at line 1211 of file OMPIRBuilder.h.
Type* llvm::OpenMPIRBuilder::DependData::DepValueType |
Definition at line 1210 of file OMPIRBuilder.h.