Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp139 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class
197 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() function in __anon20b8c0360111::OMPLoopScope
1820 OMPLoopScope *Scope = nullptr;
1827 Scope = new OMPLoopScope(CGF, *Dir); in OMPTransformDirectiveScopeRAII()
2512 OMPLoopScope PreInitScope(CGF, S); in emitOMPSimdRegion()
3286 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop()
3807 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective()
4411 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective()
4445 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective()
5587 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop()
[all …]