Home
last modified time | relevance | path

Searched refs:LoopScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1741 (void)LoopScope.Privatize(); in emitOMPSimdRegion()
1815 if (LoopScope.requiresCleanups()) in EmitOMPOuterLoop()
2287 OMPPrivateScope LoopScope(*this); in EmitOMPWorksharingLoop() local
2301 (void)LoopScope.Privatize(); in EmitOMPWorksharingLoop()
2598 (void)LoopScope.Privatize(); in EmitSections()
3353 (void)LoopScope.Privatize(); in EmitOMPDistributeLoop()
4919 OMPPrivateScope LoopScope(CGF); in EmitOMPTaskLoopBasedDirective() local
4928 LoopScope); in EmitOMPTaskLoopBasedDirective()
4930 LoopScope); in EmitOMPTaskLoopBasedDirective()
4933 LoopScope); in EmitOMPTaskLoopBasedDirective()
[all …]
H A DCodeGenFunction.h3229 OMPPrivateScope &LoopScope);
3293 const OMPLoopDirective &S, OMPPrivateScope &LoopScope,
3299 OMPPrivateScope &LoopScope, bool Ordered,
3304 OMPPrivateScope &LoopScope,