Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4854 OMPPrivateScope InRedScope(CGF); in EmitOMPTaskBasedDirective() local
4884 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in EmitOMPTaskBasedDirective()
4887 (void)InRedScope.Privatize(); in EmitOMPTaskBasedDirective()
5126 OMPPrivateScope InRedScope(CGF); in processInReduction() local
5154 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in processInReduction()
5157 (void)InRedScope.Privatize(); in processInReduction()