Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3742 bool HasLastprivates; in emitWorksharingDirective() local
3782 return HasLastprivates; in emitWorksharingDirective()
3835 bool HasLastprivates = false; in EmitOMPForDirective() local
3838 auto &&CodeGen = [this, &S, &HasLastprivates, in EmitOMPForDirective()
3882 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective()
3890 bool HasLastprivates = false; in EmitOMPForSimdDirective() local
3891 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForSimdDirective()
3903 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForSimdDirective()
3921 bool HasLastprivates = false; in EmitSections() local
4038 if (HasLastprivates) in EmitSections()
[all …]