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

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

Public Attributes

llvm::SmallVector< ValueprivateVars
 
llvm::SmallVector< Attributeprivatizers
 

Detailed Description

Definition at line 164 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ privateVars

llvm::SmallVector<Value> mlir::omp::PrivateClauseOps::privateVars

Definition at line 168 of file OpenMPClauseOperands.h.

◆ privatizers

llvm::SmallVector<Attribute> mlir::omp::PrivateClauseOps::privatizers

Definition at line 171 of file OpenMPClauseOperands.h.


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