Searched refs:HasLastprivates (Results 1 – 1 of 1) sorted by relevance
3845 bool HasLastprivates; in emitWorksharingDirective() local3866 &HasLastprivates](CodeGenFunction &CGF) { in emitWorksharingDirective()3869 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective()3881 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective()3885 return HasLastprivates; in emitWorksharingDirective()3938 bool HasLastprivates = false; in EmitOMPForDirective() local3941 auto &&CodeGen = [this, &S, &HasLastprivates, in EmitOMPForDirective()3973 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective()3985 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective()3993 bool HasLastprivates = false; in EmitOMPForSimdDirective() local[all …]