Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDOpenMPClause.cpp384 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause
389 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h1898 Expr *getLoopCounter(unsigned NumLoop);
1899 const Expr *getLoopCounter(unsigned NumLoop) const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp2310 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()
8188 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp7197 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()