Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp411 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local
412 PrivateScope.addPrivate(cast<VarDecl>(LHSDRE->getDecl()), in emitInitWithReductionInitializer()
414 PrivateScope.addPrivate(cast<VarDecl>(RHSDRE->getDecl()), in emitInitWithReductionInitializer()
416 (void)PrivateScope.Privatize(); in emitInitWithReductionInitializer()
573 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument
616 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()
642 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()
667 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument
678 PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPPrivateClause()
759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument
[all …]
DCodeGenFunction.h2392 OMPPrivateScope &PrivateScope);
2394 OMPPrivateScope &PrivateScope);
2419 OMPPrivateScope &PrivateScope);
2432 CodeGenFunction::OMPPrivateScope &PrivateScope);
2447 OMPPrivateScope &PrivateScope);
DCGOpenMPRuntime.cpp4554 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local
4555 PrivateScope.addPrivate( in emitReduction()
4563 (void)PrivateScope.Privatize(); in emitReduction()