Searched refs:getLoopCounter (Results 1 – 4 of 4) sorted by relevance
364 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() function in OMPOrderedClause369 const Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) const { in getLoopCounter() function in OMPOrderedClause
1758 Expr *getLoopCounter(unsigned NumLoop);1759 const Expr *getLoopCounter(unsigned NumLoop) const;
2245 const auto *DRE = cast<DeclRefExpr>(C->getLoopCounter(I)); in EmitOMPPrivateLoopCounters()7168 cast<DeclRefExpr>(C->getLoopCounter(I))->getDecl())) { in EmitSimpleOMPExecutableDirective()
6113 Record.AddStmt(C->getLoopCounter(I)); in VisitOMPOrderedClause()