Home
last modified time | relevance | path

Searched refs:emitWorksharingDirective (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3797 static bool emitWorksharingDirective(CodeGenFunction &CGF, in emitWorksharingDirective() function
3928 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective()
3951 HasLastprivates = emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPForSimdDirective()
4404 (void)emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPParallelForDirective()
4438 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPParallelForSimdDirective()
7879 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false); in EmitOMPParallelGenericLoopDirective()