|
LLVM 22.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 1450 of file OMPIRBuilder.h.
|
explicitdefault |
|
inline |
Definition at line 1455 of file OMPIRBuilder.h.
References DepKind, DepVal, and DepValueType.
| omp::RTLDependenceKindTy llvm::OpenMPIRBuilder::DependData::DepKind = omp::RTLDependenceKindTy::DepUnknown |
Definition at line 1451 of file OMPIRBuilder.h.
Referenced by DependData().
| Value* llvm::OpenMPIRBuilder::DependData::DepVal |
Definition at line 1453 of file OMPIRBuilder.h.
Referenced by DependData().
| Type* llvm::OpenMPIRBuilder::DependData::DepValueType |
Definition at line 1452 of file OMPIRBuilder.h.
Referenced by DependData().