Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp55 class OMPLexicalScope : public CodeGenFunction::LexicalScope { class
84 OMPLexicalScope( in OMPLexicalScope() function in __anon53c5fabf0111::OMPLexicalScope
116 class OMPParallelScope final : public OMPLexicalScope {
126 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPParallelScope()
132 class OMPTeamsScope final : public OMPLexicalScope {
141 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPTeamsScope()
2874 OMPLexicalScope Scope(CGF, S, OMPD_unknown); in emitOMPSimdDirective()
2889 OMPLexicalScope Scope(CGF, S, OMPD_unknown); in emitOMPSimdDirective()
3395 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective()
3405 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective()
[all …]