Searched refs:emitWorksharingDirective (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3986 static bool emitWorksharingDirective(CodeGenFunction &CGF, in emitWorksharingDirective() function 4121 HasLastprivates = emitWorksharingDirective(CGF, S, HasCancel); in emitOMPForDirective() 4148 HasLastprivates = emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPForSimdDirective() 4649 (void)emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPParallelForDirective() 4683 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPParallelForSimdDirective() 8253 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPParallelGenericLoopDirective()
|