Home
last modified time | relevance | path

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

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