Searched refs:OMPLexicalScope (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 75 OMPLexicalScope( in OMPLexicalScope() function in __anon8cd96fef0111::OMPLexicalScope 123 class OMPTeamsScope final : public OMPLexicalScope { 4897 OMPLexicalScope Scope(*this, S, llvm::None, in EmitOMPTaskBasedDirective() 6561 OMPLexicalScope Scope(CGF, S, OMPD_target); in emitCommonOMPTargetDirective() 6623 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective() 7328 OMPLexicalScope Scope(CGF, S); in EmitOMPTargetDataDirective() 7377 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetEnterDataDirective() 7398 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetExitDataDirective() 7708 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective() 7732 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective() [all …]
|