Searched refs:NextLB (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | LoopGeneratorsKMP.cpp | 264 Value *NextLB = in createSubFn() local 274 Builder.CreateAlignedStore(NextLB, LBPtr, Alignment); in createSubFn() 278 Builder.CreateICmp(llvm::CmpInst::Predicate::ICMP_SLE, NextLB, in createSubFn()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 5222 ExprResult NextLB, NextUB; in CheckOpenMPLoop() local 5226 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in CheckOpenMPLoop() 5227 if (!NextLB.isUsable()) in CheckOpenMPLoop() 5230 NextLB = in CheckOpenMPLoop() 5231 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in CheckOpenMPLoop() 5232 NextLB = SemaRef.ActOnFinishFullExpr(NextLB.get()); in CheckOpenMPLoop() 5233 if (!NextLB.isUsable()) in CheckOpenMPLoop() 5357 Built.NLB = NextLB.get(); in CheckOpenMPLoop()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 3570 Expr *NextLB = nullptr; 3577 Expr *Cond = nullptr, Expr *NextLB = nullptr, 3580 IncExpr(IncExpr), Init(Init), Cond(Cond), NextLB(NextLB),
|
D | CGStmtOpenMP.cpp | 2505 EmitIgnoredExpr(LoopArgs.NextLB); in EmitOMPOuterLoop() 2624 OuterLoopArgs.NextLB = S.getNextLowerBound(); in EmitOMPForOuterLoop() 2681 OuterLoopArgs.NextLB = isOpenMPLoopBoundSharingDirective(S.getDirectiveKind()) in EmitOMPDistributeOuterLoop()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 8585 ExprResult NextLB, NextUB, CombNextLB, CombNextUB; in checkOpenMPLoop() local 8589 NextLB = SemaRef.BuildBinOp(CurScope, IncLoc, BO_Add, LB.get(), ST.get()); in checkOpenMPLoop() 8590 if (!NextLB.isUsable()) in checkOpenMPLoop() 8593 NextLB = in checkOpenMPLoop() 8594 SemaRef.BuildBinOp(CurScope, IncLoc, BO_Assign, LB.get(), NextLB.get()); in checkOpenMPLoop() 8595 NextLB = in checkOpenMPLoop() 8596 SemaRef.ActOnFinishFullExpr(NextLB.get(), /*DiscardedValue*/ false); in checkOpenMPLoop() 8597 if (!NextLB.isUsable()) in checkOpenMPLoop() 8613 if (!NextLB.isUsable()) in checkOpenMPLoop() 8826 Built.NLB = NextLB.get(); in checkOpenMPLoop()
|