Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance
411 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitInitWithReductionInitializer() local412 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() argument616 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()642 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPFirstprivateClause()667 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument678 PrivateScope.addPrivate(OrigVD, [&]() -> Address { in EmitOMPPrivateClause()759 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument[all …]
2392 OMPPrivateScope &PrivateScope);2394 OMPPrivateScope &PrivateScope);2419 OMPPrivateScope &PrivateScope);2432 CodeGenFunction::OMPPrivateScope &PrivateScope);2447 OMPPrivateScope &PrivateScope);
4554 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local4555 PrivateScope.addPrivate( in emitReduction()4563 (void)PrivateScope.Privatize(); in emitReduction()