Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4934 OMPPrivateScope InRedScope(CGF); in EmitOMPTaskBasedDirective() local
4964 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in EmitOMPTaskBasedDirective()
4967 (void)InRedScope.Privatize(); in EmitOMPTaskBasedDirective()
5213 OMPPrivateScope InRedScope(CGF); in processInReduction() local
5241 InRedScope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement); in processInReduction()
5244 (void)InRedScope.Privatize(); in processInReduction()