Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3248 llvm::SmallVector<const ValueDecl *, 4> PrivatesReductions(Privates.size()); in emitReduction() local
3251 PrivatesReductions[Cnt] = cast<DeclRefExpr>(DRE)->getDecl(); in emitReduction()
3255 CGM.getContext(), PrivatesReductions, llvm::None, VarFieldMap, in emitReduction()