LLVM
17.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 758 of file OMPIRBuilder.h.
|
explicitdefault |
|
inline |
Definition at line 763 of file OMPIRBuilder.h.
omp::RTLDependenceKindTy llvm::OpenMPIRBuilder::DependData::DepKind = omp::RTLDependenceKindTy::DepUnknown |
Definition at line 759 of file OMPIRBuilder.h.
Value* llvm::OpenMPIRBuilder::DependData::DepVal |
Definition at line 761 of file OMPIRBuilder.h.
Type* llvm::OpenMPIRBuilder::DependData::DepValueType |
Definition at line 760 of file OMPIRBuilder.h.