Searched refs:HasLastprivates (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2110 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 …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 3313 bool HasLastprivates; in emitWorksharingDirective() local 3334 &HasLastprivates](CodeGenFunction &CGF) { in emitWorksharingDirective() 3337 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3345 HasLastprivates = CGF.EmitOMPWorksharingLoop(S, S.getEnsureUpperBound(), in emitWorksharingDirective() 3349 return HasLastprivates; in emitWorksharingDirective() 3353 bool HasLastprivates = false; in EmitOMPForDirective() local 3354 auto &&CodeGen = [&S, &HasLastprivates](CodeGenFunction &CGF, in EmitOMPForDirective() 3356 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective() 3367 if (!S.getSingleClause<OMPNowaitClause>() || HasLastprivates) in EmitOMPForDirective() 3374 bool HasLastprivates = false; in EmitOMPForSimdDirective() local [all …]
|