Lines Matching refs:LoopScope
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()
494 EmitOMPInnerLoop(S, LoopScope); in EmitOMPSimdDirective()
549 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
550 EmitPrivateLoopCounters(*this, LoopScope, S.counters()); in EmitOMPWorksharingLoop()
581 EmitOMPInnerLoop(S, LoopScope); in EmitOMPWorksharingLoop()