Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1581 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1643 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1916 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
1976 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2100 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
2164 Dir->setPrevLowerBoundVariable(Exprs.PrevLB); in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h773 Expr *PrevLB; member
840 PrevLB = nullptr; in clear()
1241 void setPrevLowerBoundVariable(Expr *PrevLB) { in setPrevLowerBoundVariable() argument
1244 Data->getChildren()[PrevLowerBoundVariableOffset] = PrevLB; in setPrevLowerBoundVariable()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3046 LValue PrevLB = CGF.EmitLValue(LS.getPrevLowerBoundVariable()); in emitDistributeParallelForInnerBounds() local
3049 PrevLB, LS.getPrevLowerBoundVariable()->getExprLoc()); in emitDistributeParallelForInnerBounds()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9668 ExprResult LB, UB, IL, ST, EUB, CombLB, CombUB, PrevLB, PrevUB, CombEUB; in checkOpenMPLoop() local
9757 PrevLB = in checkOpenMPLoop()
10116 Built.PrevLB = PrevLB.get(); in checkOpenMPLoop()