Searched defs:LoopScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 40 template <class Emitter> class LoopScope; variable 336 friend class LoopScope<Emitter>; variable
|
| H A D | Compiler.cpp | 121 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class 126 LoopScope(Compiler<Emitter> *Ctx, LabelTy BreakLabel, LabelTy ContinueLabel) in LoopScope() function in clang::interp::LoopScope
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2328 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 2715 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local 2989 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop() 3106 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 3221 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop() 3517 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 3997 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local 4245 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 4656 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local 4690 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local [all …]
|