Searched refs:getLoopCounter (Results 1 – 4 of 4) sorted by relevance
385 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause390 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
2195 Expr *getLoopCounter(unsigned NumLoop);2196 const Expr *getLoopCounter(unsigned NumLoop) const;
2357 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()8490 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
7884 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()