Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2759 bool HasLastprivates = false; in EmitOMPForDirective() local
2760 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() local
2780 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() local
2810 &HasLastprivates](CodeGenFunction &CGF, PrePostActionTy &) { in EmitSections()
[all …]