LLVM 20.0.0git
|
#include "llvm/Frontend/OpenMP/OMPIRBuilder.h"
Public Attributes | |
FinalizeCallbackTy | FiniCB |
The finalization callback provided by the last in-flight invocation of createXXXX for the directive of kind DK. | |
omp::Directive | DK |
The directive kind of the innermost directive that has an associated region which might require finalization when it is left. | |
bool | IsCancellable |
Flag to indicate if the directive is cancellable. | |
Definition at line 521 of file OMPIRBuilder.h.
omp::Directive llvm::OpenMPIRBuilder::FinalizationInfo::DK |
The directive kind of the innermost directive that has an associated region which might require finalization when it is left.
Definition at line 528 of file OMPIRBuilder.h.
FinalizeCallbackTy llvm::OpenMPIRBuilder::FinalizationInfo::FiniCB |
The finalization callback provided by the last in-flight invocation of createXXXX for the directive of kind DK.
Definition at line 524 of file OMPIRBuilder.h.
bool llvm::OpenMPIRBuilder::FinalizationInfo::IsCancellable |
Flag to indicate if the directive is cancellable.
Definition at line 531 of file OMPIRBuilder.h.