Searched defs:LoopScope (Results 1 – 4 of 4) sorted by relevance
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeStmtGen.h | 34 template <class Emitter> class LoopScope; variable 56 friend class LoopScope<Emitter>; variable
|
| 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
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 1425 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 1635 OMPPrivateScope LoopScope(CGF); in EmitOMPSimdDirective() local 1672 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPOuterLoop() 1764 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 1846 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, in EmitOMPDistributeOuterLoop() 1997 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 2221 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 2669 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local 3534 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 2032 const OMPLoopDirective &S, CodeGenFunction::OMPPrivateScope &LoopScope) { in EmitOMPPrivateLoopCounters() 2351 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in emitOMPSimdRegion() local 2411 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitOMPOuterLoop() 2525 const OMPLoopDirective &S, OMPPrivateScope &LoopScope, bool Ordered, in EmitOMPForOuterLoop() 2635 OMPPrivateScope &LoopScope, const OMPLoopArguments &LoopArgs, in EmitOMPDistributeOuterLoop() 2932 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local 3320 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() local 3473 CodeGenFunction::OMPPrivateScope LoopScope(CGF); in EmitSections() local 4676 OMPPrivateScope LoopScope(*this); in EmitOMPDistributeLoop() local 6453 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
|