Lines Matching refs:OMPLexicalScope
47 class OMPLexicalScope : public CodeGenFunction::LexicalScope { class
76 OMPLexicalScope( in OMPLexicalScope() function in __anon4b2ea7350111::OMPLexicalScope
108 class OMPParallelScope final : public OMPLexicalScope {
118 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPParallelScope()
124 class OMPTeamsScope final : public OMPLexicalScope {
133 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt, in OMPTeamsScope()
2715 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective()
2730 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective()
3206 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective()
3216 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective()
3225 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeSimdDirective()
3933 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForDirective()
3956 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForSimdDirective()
4179 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSectionsDirective()
4247 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSingleDirective()
4885 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in EmitOMPTaskBasedDirective()
4977 OMPLexicalScope Scope(*this, S, std::nullopt, in EmitOMPTaskBasedDirective()
5137 OMPLexicalScope LexScope(CGF, S, OMPD_task, /*EmitPreInitStmt=*/false); in EmitOMPTargetTaskBasedDirective()
5167 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in processInReduction()
5312 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPTaskgroupDirective()
5833 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeDirective()
5920 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPOrderedDirective()
5957 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPOrderedDirective()
6610 OMPLexicalScope Scope(CGF, S, OMPD_target); in emitCommonOMPTargetDirective()
6672 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective()
7372 OMPLexicalScope Scope(CGF, S, CaptureRegion); in EmitOMPTargetDataDirective()
7384 OMPLexicalScope Scope(CGF, S); in EmitOMPTargetDataDirective()
7433 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetEnterDataDirective()
7454 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetExitDataDirective()
7598 OMPLexicalScope Scope(*this, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
7689 OMPLexicalScope Scope(CGF, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
7764 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective()
7776 OMPLexicalScope Scope(*this, S, std::nullopt, /*EmitPreInitStmt=*/false); in EmitOMPMasterTaskLoopDirective()
7788 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective()
7800 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopDirective()
7818 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopSimdDirective()
7846 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetUpdateDirective()
7868 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPGenericLoopDirective()