Searched refs:PrivateScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 162 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause() argument 190 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPFirstprivateClause() 217 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPFirstprivateClause() 241 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause() argument 253 PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value * { in EmitOMPPrivateClause() 323 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit() argument 341 PrivateScope.addPrivate(DestVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPLastprivateClauseInit() 356 PrivateScope.addPrivate(OrigVD, [&]() -> llvm::Value *{ in EmitOMPLastprivateClauseInit() 417 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPReductionClauseInit() argument 433 PrivateScope.addPrivate(LHSVD, [this, OrigVD, IRef]() -> llvm::Value *{ in EmitOMPReductionClauseInit() [all …]
|
D | CodeGenFunction.h | 2068 OMPPrivateScope &PrivateScope); 2070 OMPPrivateScope &PrivateScope); 2095 OMPPrivateScope &PrivateScope); 2113 OMPPrivateScope &PrivateScope);
|
D | CGOpenMPRuntime.cpp | 1865 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction() local 1866 PrivateScope.addPrivate( in emitReduction() 1874 (void)PrivateScope.Privatize(); in emitReduction()
|