Home
last modified time | relevance | path

Searched refs:LoopScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1425 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() argument
1432 (void)LoopScope.addPrivate(VD, [&]() -> Address { in EmitOMPPrivateLoopCounters()
1445 (void)LoopScope.addPrivate(PrivateVD, [&]() -> Address { in EmitOMPPrivateLoopCounters()
1635 OMPPrivateScope LoopScope(CGF); in EmitOMPSimdDirective() local
1636 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in EmitOMPSimdDirective()
1637 CGF.EmitOMPLinearClause(S, LoopScope); in EmitOMPSimdDirective()
1638 CGF.EmitOMPPrivateClause(S, LoopScope); in EmitOMPSimdDirective()
1639 CGF.EmitOMPReductionClauseInit(S, LoopScope); in EmitOMPSimdDirective()
1641 CGF.EmitOMPLastprivateClauseInit(S, LoopScope); in EmitOMPSimdDirective()
1642 (void)LoopScope.Privatize(); in EmitOMPSimdDirective()
[all …]
DCodeGenFunction.h2538 OMPPrivateScope &LoopScope);
2552 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered,
2556 OMPPrivateScope &LoopScope, bool Ordered, Address LB,
2561 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope,