Searched refs:EmitOMPFirstprivateClause (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 726 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause() function in CodeGenFunction 1277 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPParallelDirective() 2288 if (EmitOMPFirstprivateClause(S, LoopScope) || HasLinears) { in EmitOMPWorksharingLoop() 2587 if (CGF.EmitOMPFirstprivateClause(S, LoopScope)) { in EmitSections() 2702 (void)CGF.EmitOMPFirstprivateClause(S, SingleScope); in EmitOMPSingleDirective() 3338 if (EmitOMPFirstprivateClause(S, LoopScope)) { in EmitOMPDistributeLoop() 4093 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetRegion() 4154 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in EmitOMPTeamsDirective() 4174 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetTeamsRegion() 4734 (void)CGF.EmitOMPFirstprivateClause(S, PrivateScope); in emitTargetParallelRegion()
|
| H A D | CodeGenFunction.h | 3011 bool EmitOMPFirstprivateClause(const OMPExecutableDirective &D,
|