Searched refs:PrevLB (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1616 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1678 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1951 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2011 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2135 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2199 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2397 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2454 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 789 Expr *PrevLB; member 856 PrevLB = nullptr; in clear() 1257 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument 1260 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3104 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local 3107 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9966 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 10055 PrevLB = in checkOpenMPLoop() 10412 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
|