Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp147 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class
229 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopBasedDirective &S) in OMPLoopScope() function in __anon53c5fabf0111::OMPLoopScope
1887 OMPLoopScope *Scope = nullptr;
1899 Scope = new OMPLoopScope(CGF, *Dir); in OMPTransformDirectiveScopeRAII()
2662 OMPLoopScope PreInitScope(CGF, S); in emitOMPSimdRegion()
3475 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop()
3997 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective()
4656 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForDirective()
4690 OMPLoopScope LoopScope(CGF, S); in EmitOMPParallelForSimdDirective()
5883 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop()
[all …]