Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3635 Expr *NextLB = nullptr;
3642 Expr *Cond = nullptr, Expr *NextLB = nullptr,
3645 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
H A DCGStmtOpenMP.cpp2681 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop()
2801 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop()
2858 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp9305 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9310 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop()
9311 if (!NextLB.isUsable()) in checkOpenMPLoop()
9314 NextLB = in checkOpenMPLoop()
9315 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop()
9316 NextLB = in checkOpenMPLoop()
9317 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9318 if (!NextLB.isUsable()) in checkOpenMPLoop()
9334 if (!NextLB.isUsable()) in checkOpenMPLoop()
9547 Built.NLB = NextLB.get(); in checkOpenMPLoop()