Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3636 Expr *NextLB = nullptr;
3643 Expr *Cond = nullptr, Expr *NextLB = nullptr,
3646 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
DCGStmtOpenMP.cpp2708 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop()
2828 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop()
2885 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9329 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
9334 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop()
9335 if (!NextLB.isUsable()) in checkOpenMPLoop()
9338 NextLB = in checkOpenMPLoop()
9339 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop()
9340 NextLB = in checkOpenMPLoop()
9341 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop()
9342 if (!NextLB.isUsable()) in checkOpenMPLoop()
9358 if (!NextLB.isUsable()) in checkOpenMPLoop()
9581 Built.NLB = NextLB.get(); in checkOpenMPLoop()