Searched refs:getLoopCounter (Results 1 – 4 of 4) sorted by relevance
381 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause386 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
1898 Expr *getLoopCounter(unsigned NumLoop);1899 const Expr *getLoopCounter(unsigned NumLoop) const;
2282 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()7844 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
6480 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()