Searched refs:HasLastprivates (Results 1 – 1 of 1) sorted by relevance
2759 bool HasLastprivates = false; in EmitOMPForDirective() local2760 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForDirective()2763 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in EmitOMPForDirective()2774 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective()2779 bool HasLastprivates = false; in EmitOMPForSimdDirective() local2780 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForSimdDirective()2782 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in EmitOMPForSimdDirective()2792 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForSimdDirective()2808 bool HasLastprivates = false; in EmitSections() local2810 &HasLastprivates](CodeGenFunction &CGF, PrePostActionTy &) { in EmitSections()[all …]