Searched refs:EmitOMPFirstprivateClause (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 792 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause() function in CodeGenFunction 1762 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelDirective() 3137 if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) { in EmitOMPWorksharingLoop() 3747 if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) { in EmitSections() 3945 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective() 4179 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelMasterDirective() 5125 if (EmitOMPFirstprivateClause(S, LoopScope)) { in EmitOMPDistributeLoop() 6013 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetRegion() 6075 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPTeamsDirective() 6095 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetTeamsRegion() [all …]
|
| H A D | CodeGenFunction.h | 3336 bool EmitOMPFirstprivateClause(const OMPExecutableDirective &D,
|