Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4907 OMPPrivateScope InRedScope(CGF); in EmitOMPTaskBasedDirective() local
4937 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in EmitOMPTaskBasedDirective()
4940 (void)InRedScope.Privatize(); in EmitOMPTaskBasedDirective()
5179 OMPPrivateScope InRedScope(CGF); in processInReduction() local
5207 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in processInReduction()
5210 (void)InRedScope.Privatize(); in processInReduction()