Lines Matching refs:HasLastprivates
2110 bool HasLastprivates = false; in EmitOMPForDirective() local
2111 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForDirective()
2113 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForDirective()
2122 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) { in EmitOMPForDirective()
2128 bool HasLastprivates = false; in EmitOMPForSimdDirective() local
2129 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForSimdDirective()
2131 HasLastprivates = CGF.EmitOMPWorksharingLoop(S); in EmitOMPForSimdDirective()
2139 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) { in EmitOMPForSimdDirective()
2156 bool HasLastprivates = false; in EmitSections() local
2157 auto &&CodeGen = [&S, Stmt, CS, &HasLastprivates](CodeGenFunction &CGF, in EmitSections()
2231 HasLastprivates = CGF.EmitOMPLastprivateClauseInit(S, LoopScope); in EmitSections()
2263 if (HasLastprivates) in EmitSections()
2280 if (HasLastprivates && S.getSingleClause<OMPNowaitClause>()) { in EmitSections()