Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h34 template <class Emitter> class LoopScope; variable
56 friend class LoopScope<Emitter>;
H A DByteCodeStmtGen.cpp37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class
42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() function in clang::interp::LoopScope
50 ~LoopScope() { in ~LoopScope()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2202 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() argument
2213 (void)LoopScope.addPrivate(VD, [&VarEmission]() { in EmitOMPPrivateLoopCounters()
2218 (void)LoopScope.addPrivate(PrivateVD, [this, VD, E]() { in EmitOMPPrivateLoopCounters()
2225 (void)LoopScope.addPrivate(PrivateVD, [&VarEmission]() { in EmitOMPPrivateLoopCounters()
2242 (void)LoopScope.addPrivate(VD, [this, DRE, VD]() { in EmitOMPPrivateLoopCounters()
2520 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local
2521 CGF.EmitOMPPrivateLoopCounters(S, LoopScope); in emitOMPSimdRegion()
2522 CGF.EmitOMPLinearClause(S, LoopScope); in emitOMPSimdRegion()
2523 CGF.EmitOMPPrivateClause(S, LoopScope); in emitOMPSimdRegion()
2524 CGF.EmitOMPReductionClauseInit(S, LoopScope); in emitOMPSimdRegion()
[all …]
H A DCodeGenFunction.h3585 OMPPrivateScope &LoopScope);
3649 const OMPLoopDirective &S, OMPPrivateScope &LoopScope,
3655 OMPPrivateScope &LoopScope, bool Ordered,
3660 OMPPrivateScope &LoopScope,