Home
last modified time | relevance | path

Searched refs:PrevLB (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1282 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 DStmtOpenMP.h768 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 DCGStmtOpenMP.cpp2885 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 DSemaOpenMP.cpp9114 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()