Searched refs:PrevLB (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 1282 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1344 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1617 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1677 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1801 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1865 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 768 Expr *PrevLB; member 835 PrevLB = nullptr; in clear() 1158 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument 1161 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 2885 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local 2888 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9114 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9202 PrevLB = in checkOpenMPLoop() 9549 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
|