Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4082 Expr *NextLB = nullptr;
4091 Expr *Cond = nullptr, Expr *NextLB = nullptr,
4094 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
H A DCGStmtOpenMP.cpp3085 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop()
3206 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop()
3268 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(EKind) in EmitOMPDistributeOuterLoop()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10094 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local
10100 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop()
10101 if (!NextLB.isUsable()) in checkOpenMPLoop()
10104 NextLB = in checkOpenMPLoop()
10105 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop()
10106 NextLB = in checkOpenMPLoop()
10107 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue=*/false); in checkOpenMPLoop()
10108 if (!NextLB.isUsable()) in checkOpenMPLoop()
10124 if (!NextLB.isUsable()) in checkOpenMPLoop()
10343 Built.NLB = NextLB.get(); in checkOpenMPLoop()