Searched refs:NextLB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 4036 Expr *NextLB = nullptr; 4045 Expr *Cond = nullptr, Expr *NextLB = nullptr, 4048 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
|
H A D | CGStmtOpenMP.cpp | 2942 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop() 3062 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop() 3123 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 10006 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 10012 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 10013 if (!NextLB.isUsable()) in checkOpenMPLoop() 10016 NextLB = in checkOpenMPLoop() 10017 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 10018 NextLB = in checkOpenMPLoop() 10019 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 10020 if (!NextLB.isUsable()) in checkOpenMPLoop() 10036 if (!NextLB.isUsable()) in checkOpenMPLoop() 10255 Built.NLB = NextLB.get(); in checkOpenMPLoop()
|