Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp345 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause
350 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1556 Expr *getLoopCounter(unsigned NumLoop);
1557 const Expr *getLoopCounter(unsigned NumLoop) const;
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2068 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()
6702 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6320 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()