Searched defs:LoopScope (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.h | 40 template <class Emitter> class LoopScope; variable 307 friend class LoopScope<Emitter>; variable
|
H A D | Compiler.cpp | 110 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class 115 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 | 2281 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 2587 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local 2847 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop() 2963 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 3077 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop() 3373 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 3852 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local 4092 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 4456 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local 4490 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local [all …]
|