Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp2951 llvm::SmallVector<const ValueDecl *, 4> PrivatesReductions(Privates.size()); in emitReduction() local
2954 PrivatesReductions[Cnt] = cast<DeclRefExpr>(DRE)->getDecl(); in emitReduction()
2958 CGM.getContext(), PrivatesReductions, std::nullopt, VarFieldMap, in emitReduction()