Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1939 OMPPrivateScope InscanScope(*this); in EmitOMPLoopBody() local
1940 EmitOMPReductionClauseInit(D, InscanScope, /*ForInscan=*/true); in EmitOMPLoopBody()
1941 bool IsInscanRegion = InscanScope.Privatize(); in EmitOMPLoopBody()