Searched refs:NextLB (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | LoopGeneratorsKMP.cpp | 269 Value *NextLB = in createSubFn() local 279 Builder.CreateAlignedStore(NextLB, LBPtr, Alignment); in createSubFn() 283 Builder.CreateICmp(llvm::CmpInst::Predicate::ICMP_SLE, NextLB, in createSubFn()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3701 Expr *NextLB = nullptr; 3708 Expr *Cond = nullptr, Expr *NextLB = nullptr, 3711 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
|
| H A D | CGStmtOpenMP.cpp | 2844 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop() 2962 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop() 3019 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9863 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 9869 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 9870 if (!NextLB.isUsable()) in checkOpenMPLoop() 9873 NextLB = in checkOpenMPLoop() 9874 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 9875 NextLB = in checkOpenMPLoop() 9876 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 9877 if (!NextLB.isUsable()) in checkOpenMPLoop() 9893 if (!NextLB.isUsable()) in checkOpenMPLoop() 10114 Built.NLB = NextLB.get(); in checkOpenMPLoop()
|