Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h25 template <class Emitter> class LoopScope; variable
H A DByteCodeStmtGen.cpp34 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class
39 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() function in clang::interp::LoopScope
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2560 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local
2807 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop()
3031 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop()
3328 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
3807 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local
4047 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local
4411 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local
4445 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local
5659 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local
7654 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
[all …]