Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3834 llvm::SmallVector<const ValueDecl *, 4> PrivatesReductions(Privates.size()); in emitReduction() local
3837 PrivatesReductions[Cnt] = cast<DeclRefExpr>(DRE)->getDecl(); in emitReduction()
3841 CGM.getContext(), PrivatesReductions, llvm::None, VarFieldMap, in emitReduction()