Searched refs:PrevLB (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 1654 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1716 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 1989 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2049 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2173 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2237 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2435 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create() 2492 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 789 Expr *PrevLB; member 856 PrevLB = nullptr; in clear() 1258 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument 1261 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3151 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local 3154 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9811 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local 9900 PrevLB = in checkOpenMPLoop() 10257 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()
|