Searched refs:LoopScope (Results 1 – 4 of 4) sorted by relevance
34 template <class Emitter> class LoopScope; variable56 friend class LoopScope<Emitter>;
37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() function in clang::interp::LoopScope50 ~LoopScope() { in ~LoopScope()
2533 (void)LoopScope.Privatize(); in emitOMPSimdRegion()2652 if (LoopScope.requiresCleanups()) in EmitOMPOuterLoop()3152 (void)LoopScope.Privatize(); in EmitOMPWorksharingLoop()3561 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local3759 (void)LoopScope.Privatize(); in EmitSections()5140 (void)LoopScope.Privatize(); in EmitOMPDistributeLoop()6919 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local6928 LoopScope); in EmitOMPTaskLoopBasedDirective()6930 LoopScope); in EmitOMPTaskLoopBasedDirective()6933 LoopScope); in EmitOMPTaskLoopBasedDirective()[all …]
3586 OMPPrivateScope &LoopScope);3650 const OMPLoopDirective &S, OMPPrivateScope &LoopScope,3656 OMPPrivateScope &LoopScope, bool Ordered,3661 OMPPrivateScope &LoopScope,