Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp665 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitPrivateLoopCounters() argument
669 bool IsRegistered = LoopScope.addPrivate(VD, [&]() -> llvm::Value * { in EmitPrivateLoopCounters()
792 OMPPrivateScope LoopScope(CGF); in EmitOMPSimdDirective() local
793 EmitPrivateLoopCounters(CGF, LoopScope, S.counters()); in EmitOMPSimdDirective()
794 EmitPrivateLinearVars(CGF, S, LoopScope); in EmitOMPSimdDirective()
795 CGF.EmitOMPPrivateClause(S, LoopScope); in EmitOMPSimdDirective()
796 (void)LoopScope.Privatize(); in EmitOMPSimdDirective()
797 CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), in EmitOMPSimdDirective()
811 OMPPrivateScope LoopScope(CGF); in EmitOMPSimdDirective() local
812 EmitPrivateLoopCounters(CGF, LoopScope, S.counters()); in EmitOMPSimdDirective()
[all …]
DCodeGenFunction.h2159 OMPPrivateScope &LoopScope, llvm::Value *LB,