Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3800 bool HasLastprivates; in emitWorksharingDirective() local
3840 return HasLastprivates; in emitWorksharingDirective()
3893 bool HasLastprivates = false; in EmitOMPForDirective() local
3896 auto &&CodeGen = [this, &S, &HasLastprivates, in EmitOMPForDirective()
3940 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective()
3948 bool HasLastprivates = false; in EmitOMPForSimdDirective() local
3949 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForSimdDirective()
3961 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForSimdDirective()
3979 bool HasLastprivates = false; in EmitSections() local
4096 if (HasLastprivates) in EmitSections()
[all …]