Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp135 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class
190 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() function in __anon18af19ea0111::OMPLoopScope
1784 OMPLoopScope *Scope = nullptr;
1791 Scope = new OMPLoopScope(CGF, *Dir); in OMPTransformDirectiveScopeRAII()
2472 OMPLoopScope PreInitScope(CGF, S); in emitOMPSimdRegion()
3067 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop()
3535 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective()
4100 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective()
4131 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective()
5060 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop()
[all …]