Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp385 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause
390 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2195 Expr *getLoopCounter(unsigned NumLoop);
2196 const Expr *getLoopCounter(unsigned NumLoop) const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2357 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()
8490 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7884 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()