Searched refs:OMPLexicalScope (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 29 class OMPLexicalScope final : public CodeGenFunction::LexicalScope { class 56 OMPLexicalScope(CodeGenFunction &CGF, const OMPExecutableDirective &S, in OMPLexicalScope() function in __anon1bf826e10111::OMPLexicalScope 1219 OMPLexicalScope Scope(CGF, S); in emitCommonOMPParallelDirective() 1667 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPSimdDirective() 1870 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeParallelForDirective() 1882 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeParallelForSimdDirective() 1894 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPDistributeSimdDirective() 1906 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPTargetParallelForSimdDirective() 2116 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPForDirective() 2134 OMPLexicalScope Scope(*this, S, /*AsInlined=*/true); in EmitOMPForSimdDirective() [all …]
|