Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5191 OMPPrivateScope InRedScope(CGF); in EmitOMPTaskBasedDirective() local
5221 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in EmitOMPTaskBasedDirective()
5224 (void)InRedScope.Privatize(); in EmitOMPTaskBasedDirective()
5472 OMPPrivateScope InRedScope(CGF); in processInReduction() local
5500 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in processInReduction()
5503 (void)InRedScope.Privatize(); in processInReduction()