Searched refs:EmitOMPFirstprivateClause (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 798 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause() function in CodeGenFunction 1778 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelDirective() 3271 if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) { in EmitOMPWorksharingLoop() 3990 if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) { in EmitSections() 4181 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective() 4413 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelMasterDirective() 5562 if (EmitOMPFirstprivateClause(S, LoopScope)) { in EmitOMPDistributeLoop() 6645 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetRegion() 6707 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPTeamsDirective() 6727 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetTeamsRegion() [all …]
|
| H A D | CodeGenFunction.h | 3394 bool EmitOMPFirstprivateClause(const OMPExecutableDirective &D,
|