MLIR  19.0.0git
Public Attributes | List of all members
mlir::omp::CopyprivateClauseOps Struct Reference

#include "mlir/Dialect/OpenMP/OpenMPClauseOperands.h"

Public Attributes

llvm::SmallVector< ValuecopyprivateVars
 
llvm::SmallVector< AttributecopyprivateFuncs
 

Detailed Description

Definition at line 46 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ copyprivateFuncs

llvm::SmallVector<Attribute> mlir::omp::CopyprivateClauseOps::copyprivateFuncs

Definition at line 48 of file OpenMPClauseOperands.h.

◆ copyprivateVars

llvm::SmallVector<Value> mlir::omp::CopyprivateClauseOps::copyprivateVars

Definition at line 47 of file OpenMPClauseOperands.h.


The documentation for this struct was generated from the following file: