Searched refs:HasLastprivates (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3989 bool HasLastprivates; in emitWorksharingDirective() local 4010 &HasLastprivates](CodeGenFunction &CGF) { in emitWorksharingDirective() 4012 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 4023 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 4027 return HasLastprivates; in emitWorksharingDirective() 4086 bool HasLastprivates = false; in emitOMPForDirective() local 4089 auto &&CodeGen = [&S, &CGM, HasCancel, &HasLastprivates, in emitOMPForDirective() 4121 HasLastprivates = emitWorksharingDirective(CGF, S, HasCancel); in emitOMPForDirective() 4133 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in emitOMPForDirective() 4145 bool HasLastprivates = false; in EmitOMPForSimdDirective() local [all …]
|