struct OpenMPIRBuilder::FinalizationInfo
Declaration
struct OpenMPIRBuilder::FinalizationInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:53
Member Variables
- public llvm::OpenMPIRBuilder::FinalizeCallbackTy FiniCB
- The finalization callback provided by the last in-flight invocation of CreateXXXX for the directive of kind DK.
- public omp::Directive DK
- The directive kind of the innermost directive that has an associated region which might require finalization when it is left.
- public bool IsCancellable
- Flag to indicate if the directive is cancellable.