Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3279 Expr *NextLB = nullptr;
3286 Expr *Cond = nullptr, Expr *NextLB = nullptr,
3289 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
H A DCGStmtOpenMP.cpp1862 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop()
1981 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop()
2038 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5483 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
5487 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop()
5488 if (!NextLB.isUsable()) in checkOpenMPLoop()
5491 NextLB = in checkOpenMPLoop()
5492 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop()
5493 NextLB = SemaRef.ActOnFinishFullExpr(NextLB.get()); in checkOpenMPLoop()
5494 if (!NextLB.isUsable()) in checkOpenMPLoop()
5509 if (!NextLB.isUsable()) in checkOpenMPLoop()
5686 Built.NLB = NextLB.get(); in checkOpenMPLoop()