Searched refs:OMPLoopScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 86 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class 97 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopDirective &S) in OMPLoopScope() function in __anon1bf826e10111::OMPLoopScope 1591 OMPLoopScope PreInitScope(CGF, S); in EmitOMPSimdDirective() 1874 OMPLoopScope PreInitScope(CGF, S); in EmitOMPDistributeParallelForDirective() 1886 OMPLoopScope PreInitScope(CGF, S); in EmitOMPDistributeParallelForSimdDirective() 1898 OMPLoopScope PreInitScope(CGF, S); in EmitOMPDistributeSimdDirective() 1910 OMPLoopScope PreInitScope(CGF, S); in EmitOMPTargetParallelForSimdDirective() 1956 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop() 2639 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop() 3518 OMPLoopScope PreInitScope(CGF, S); in EmitOMPTaskLoopBasedDirective() [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 135 class OMPLoopScope : public CodeGenFunction::RunCleanupsScope { class 187 OMPLoopScope(CodeGenFunction &CGF, const OMPLoopDirective &S) in OMPLoopScope() function in __anone1cc1baf0111::OMPLoopScope 2303 OMPLoopScope PreInitScope(CGF, S); in emitOMPSimdRegion() 2890 OMPLoopScope PreInitScope(*this, S); in EmitOMPWorksharingLoop() 3320 OMPLoopScope LoopScope(CGF, S); in emitWorksharingDirective() 4638 OMPLoopScope PreInitScope(*this, S); in EmitOMPDistributeLoop() 5533 OMPLoopScope(CGF, D); in emitCommonOMPTargetDirective() 6438 OMPLoopScope PreInitScope(CGF, S); in EmitOMPTaskLoopBasedDirective() 6529 OMPLoopScope PreInitScope(CGF, S); in EmitOMPTaskLoopBasedDirective()
|