Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp143 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class
223 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() function in __anon91865e740111::OMPLoopScope
1843 OMPLoopScope *Scope = nullptr;
1855 Scope = new OMPLoopScope(CGF, *Dir); in OMPTransformDirectiveScopeRAII()
2539 OMPLoopScope PreInitScope(CGF, S); in emitOMPSimdRegion()
3331 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop()
3852 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective()
4456 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective()
4490 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective()
5675 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop()
[all …]