Searched refs:EmitOMPFirstprivateClause (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 862 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause() function in CodeGenFunction 1861 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelDirective() 3518 if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) { in EmitOMPWorksharingLoop() 4246 if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) { in EmitSections() 4326 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPScopeDirective() 4473 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective() 4718 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelMasterDirective() 4745 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelMaskedDirective() 5922 if (EmitOMPFirstprivateClause(S, LoopScope)) { in EmitOMPDistributeLoop() 6969 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetRegion() [all …]
|
| H A D | CodeGenFunction.h | 3745 bool EmitOMPFirstprivateClause(const OMPExecutableDirective &D,
|