Home
last modified time | relevance | path

Searched defs:LoopScope (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h34 template <class Emitter> class LoopScope; variable
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
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2525 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local
2613 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop()
2729 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
2839 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop()
3136 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
3561 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local
3746 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local
4126 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local
4157 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local
5124 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local
[all …]