Home
last modified time | relevance | path

Searched refs:getLastIteration (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1624 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPSimdDirective()
1832 llvm::Value *UBVal = EmitScalarExpr(S.getLastIteration()); in EmitOMPForOuterLoop()
1945 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPWorksharingLoop()
2629 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPDistributeLoop()
3561 if (auto LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPTaskLoopBasedDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2342 if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in emitOMPSimdRegion()
2879 if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPWorksharingLoop()
3130 llvm::Value *UBVal = CGF.EmitScalarExpr(LS.getLastIteration()); in emitDispatchForLoopBounds()
4627 if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPDistributeLoop()
6481 if (const auto *LIExpr = dyn_cast<DeclRefExpr>(S.getLastIteration())) { in EmitOMPTaskLoopBasedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h614 Expr *getLastIteration() const { in getLastIteration() function
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h933 Expr *getLastIteration() const { in getLastIteration() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2181 Record.AddStmt(D->getLastIteration()); in VisitOMPLoopDirective()