Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2110 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()
[all …]