Lines Matching refs:OMPLexicalScope
41 class OMPLexicalScope : public CodeGenFunction::LexicalScope { class
70 OMPLexicalScope( in OMPLexicalScope() function in __anone1cc1baf0111::OMPLexicalScope
104 class OMPParallelScope final : public OMPLexicalScope {
114 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/llvm::None, in OMPParallelScope()
120 class OMPTeamsScope final : public OMPLexicalScope {
129 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/llvm::None, in OMPTeamsScope()
2402 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSimdDirective()
2810 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForDirective()
2820 OMPLexicalScope Scope(*this, S, OMPD_parallel); in EmitOMPDistributeParallelForSimdDirective()
2829 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeSimdDirective()
3361 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForDirective()
3382 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPForSimdDirective()
3552 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSectionsDirective()
3599 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPSingleDirective()
4038 OMPLexicalScope LexScope(CGF, S, CapturedRegion); in EmitOMPTaskBasedDirective()
4130 OMPLexicalScope Scope(*this, S, llvm::None, in EmitOMPTaskBasedDirective()
4284 OMPLexicalScope LexScope(CGF, S, OMPD_task, /*EmitPreInitStmt=*/false); in EmitOMPTargetTaskBasedDirective()
4371 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPTaskgroupDirective()
4850 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPDistributeDirective()
4889 OMPLexicalScope Scope(*this, S, OMPD_unknown); in EmitOMPOrderedDirective()
5472 OMPLexicalScope Scope(CGF, S, OMPD_target); in emitCommonOMPTargetDirective()
5528 OMPLexicalScope Scope(CGF, S, OMPD_task); in emitCommonOMPTargetDirective()
6170 OMPLexicalScope Scope(CGF, S, OMPD_unknown); in EmitOMPTargetDataDirective()
6182 OMPLexicalScope Scope(CGF, S); in EmitOMPTargetDataDirective()
6231 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetEnterDataDirective()
6252 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetExitDataDirective()
6397 OMPLexicalScope Scope(*this, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
6488 OMPLexicalScope Scope(CGF, S, OMPD_taskloop, /*EmitPreInitStmt=*/false); in EmitOMPTaskLoopBasedDirective()
6562 OMPLexicalScope Scope(*this, S); in EmitOMPTaskLoopSimdDirective()
6574 OMPLexicalScope Scope(*this, S, llvm::None, /*EmitPreInitStmt=*/false); in EmitOMPMasterTaskLoopDirective()
6586 OMPLexicalScope Scope(*this, S); in EmitOMPMasterTaskLoopSimdDirective()
6598 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopDirective()
6616 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false); in EmitOMPParallelMasterTaskLoopSimdDirective()
6644 OMPLexicalScope Scope(*this, S, OMPD_task); in EmitOMPTargetUpdateDirective()