Searched refs:OMPPrivateScope (Results 1 – 3 of 3) sorted by relevance
334 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy()346 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy()356 OMPPrivateScope &PrivateScope) { in EmitOMPFirstprivateClause()431 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPPrivateClause()524 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()657 CodeGenFunction::OMPPrivateScope &PrivateScope) { in EmitOMPReductionClauseInit()879 OMPPrivateScope PrivateScope(CGF); in EmitOMPParallelDirective()1018 CodeGenFunction::OMPPrivateScope VarScope(CGF); in emitLinearClauseFinal()1062 CodeGenFunction::OMPPrivateScope &LoopScope, in emitPrivateLoopCounters()1090 CodeGenFunction::OMPPrivateScope PreCondScope(CGF); in emitPreCond()[all …]
568 class OMPPrivateScope : public RunCleanupsScope {573 OMPPrivateScope(const OMPPrivateScope &) = delete;574 void operator=(const OMPPrivateScope &) = delete;578 explicit OMPPrivateScope(CodeGenFunction &CGF) : RunCleanupsScope(CGF) {} in OMPPrivateScope() function635 ~OMPPrivateScope() { in ~OMPPrivateScope()2259 OMPPrivateScope &PrivateScope);2261 OMPPrivateScope &PrivateScope);2286 OMPPrivateScope &PrivateScope);2304 OMPPrivateScope &PrivateScope);2376 OMPPrivateScope &LoopScope, bool Ordered,
2445 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitTaskCall()2459 CodeGenFunction::OMPPrivateScope InitScope(CGF); in emitTaskCall()2707 CodeGenFunction::OMPPrivateScope Scope(CGF); in EmitOMPAggregateReduction()2768 CodeGenFunction::OMPPrivateScope Scope(CGF); in emitReductionFunction()3070 CodeGenFunction::OMPPrivateScope PrivateScope(CGF); in emitReduction()