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.cpp3845 bool HasLastprivates; in emitWorksharingDirective() local
3866 &HasLastprivates](CodeGenFunction &CGF) { in emitWorksharingDirective()
3869 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective()
3881 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective()
3885 return HasLastprivates; in emitWorksharingDirective()
3938 bool HasLastprivates = false; in EmitOMPForDirective() local
3941 auto &&CodeGen = [this, &S, &HasLastprivates, in EmitOMPForDirective()
3973 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective()
3985 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective()
3993 bool HasLastprivates = false; in EmitOMPForSimdDirective() local
[all …]