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

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

Public Attributes

llvm::SmallVector< ValuereductionVars
 
llvm::SmallVector< AttributereductionDeclSymbols
 
UnitAttr reductionByRefAttr
 

Detailed Description

Definition at line 178 of file OpenMPClauseOperands.h.

Member Data Documentation

◆ reductionByRefAttr

UnitAttr mlir::omp::ReductionClauseOps::reductionByRefAttr

Definition at line 181 of file OpenMPClauseOperands.h.

◆ reductionDeclSymbols

llvm::SmallVector<Attribute> mlir::omp::ReductionClauseOps::reductionDeclSymbols

Definition at line 180 of file OpenMPClauseOperands.h.

◆ reductionVars

llvm::SmallVector<Value> mlir::omp::ReductionClauseOps::reductionVars

Definition at line 179 of file OpenMPClauseOperands.h.


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