Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2533 (void)LoopScope.Privatize(); in emitOMPSimdRegion()
2652 if (LoopScope.requiresCleanups()) in EmitOMPOuterLoop()
3152 (void)LoopScope.Privatize(); in EmitOMPWorksharingLoop()
3561 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local
3759 (void)LoopScope.Privatize(); in EmitSections()
5140 (void)LoopScope.Privatize(); in EmitOMPDistributeLoop()
6919 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
6928 LoopScope); in EmitOMPTaskLoopBasedDirective()
6930 LoopScope); in EmitOMPTaskLoopBasedDirective()
6933 LoopScope); in EmitOMPTaskLoopBasedDirective()
[all …]
H A DCodeGenFunction.h3586 OMPPrivateScope &LoopScope);
3650 const OMPLoopDirective &S, OMPPrivateScope &LoopScope,
3656 OMPPrivateScope &LoopScope, bool Ordered,
3661 OMPPrivateScope &LoopScope,