Home
last modified time | relevance | path

Searched refs:reductionVec (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp306 SmallVector<SymbolRefAttr> reductionVec; in parseReductionVarList() local
308 if (parser.parseAttribute(reductionVec.emplace_back()) || in parseReductionVarList()
316 SmallVector<Attribute> reductions(reductionVec.begin(), reductionVec.end()); in parseReductionVarList()