Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h30 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
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2552 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local
2749 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop()
2865 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop()
2973 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop()
3270 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
3749 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local
3989 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local
4352 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local
4385 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local
5561 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local
[all …]