Lines Matching refs:OMPLexicalScope

46 class OMPLexicalScope : public CodeGenFunction::LexicalScope {  class
75 OMPLexicalScope( in OMPLexicalScope() function in __anon8cd96fef0111::OMPLexicalScope
107 class OMPParallelScope final : public OMPLexicalScope {
117 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/llvm::None, in OMPParallelScope()
123 class OMPTeamsScope final : public OMPLexicalScope {
132 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/llvm::None, in OMPTeamsScope()
2657 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective()
2672 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective()
3148 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective()
3158 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective()
3167 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeSimdDirective()
3875 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForDirective()
3898 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForSimdDirective()
4121 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSectionsDirective()
4189 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSingleDirective()
4805 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in EmitOMPTaskBasedDirective()
4897 OMPLexicalScope Scope(*this, S, llvm::None, in EmitOMPTaskBasedDirective()
5059 OMPLexicalScope LexScope(CGF, S, OMPD_task, /*EmitPreInitStmt=*/false); in EmitOMPTargetTaskBasedDirective()
5080 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in processInReduction()
5214 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPTaskgroupDirective()
5735 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeDirective()
5813 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPOrderedDirective()
5843 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPOrderedDirective()
6561 OMPLexicalScope Scope(CGF, S, OMPD_target); in emitCommonOMPTargetDirective()
6623 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective()
7316 OMPLexicalScope Scope(CGF, S, OMPD_unknown); in EmitOMPTargetDataDirective()
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()
7542 OMPLexicalScope Scope(*this, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
7633 OMPLexicalScope Scope(CGF, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
7708 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective()
7720 OMPLexicalScope Scope(*this, S, llvm::None, /*EmitPreInitStmt=*/false); in EmitOMPMasterTaskLoopDirective()
7732 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective()
7744 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopDirective()
7762 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopSimdDirective()
7790 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetUpdateDirective()
7800 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPGenericLoopDirective()