Searched refs:PrevLB (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1692 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1754 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2027 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2087 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2211 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2275 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2473 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2530 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 773 Expr *PrevLB; member 840 PrevLB = nullptr; in clear() 1243 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument 1246 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 3296 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local 3299 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9899 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9988 PrevLB = in checkOpenMPLoop() 10345 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
|