Searched defs:LoopScope (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.h | 34 template <class Emitter> class LoopScope; variable
|
H A D | ByteCodeStmtGen.cpp | 37 template <class Emitter> class LoopScope final : public LabelScope<Emitter> { class 42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope() function in clang::interp::LoopScope
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2202 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 2520 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local 2586 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop() 2702 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 2812 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop() 3109 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 3535 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local 3720 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 4100 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective() local 4131 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective() local [all …]
|