Searched refs:LoopScope (Results 1 – 2 of 2) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 301 OMPPrivateScope &LoopScope, in EmitOMPInnerLoop() argument 314 if (LoopScope.requiresCleanups()) in EmitOMPInnerLoop() 387 CodeGenFunction::OMPPrivateScope &LoopScope, in EmitPrivateLoopCounters() argument 391 bool IsRegistered = LoopScope.addPrivate(VD, [&]() -> llvm::Value * { in EmitPrivateLoopCounters() 401 (void)LoopScope.Privatize(); in EmitPrivateLoopCounters() 481 OMPPrivateScope LoopScope(*this); in EmitOMPSimdDirective() local 482 EmitPrivateLoopCounters(*this, LoopScope, S.counters()); in EmitOMPSimdDirective() 483 EmitOMPInnerLoop(S, LoopScope, /* SeparateIter */ true); in EmitOMPSimdDirective() 492 OMPPrivateScope LoopScope(*this); in EmitOMPSimdDirective() local 493 EmitPrivateLoopCounters(*this, LoopScope, S.counters()); in EmitOMPSimdDirective() [all …]
|
| H A D | CodeGenFunction.h | 2035 void EmitOMPInnerLoop(const OMPLoopDirective &S, OMPPrivateScope &LoopScope,
|