Searched refs:getLoopNumIterations (Results 1 – 5 of 5) sorted by relevance
6303 Record.push_back(C->getLoopNumIterations().size()); in VisitOMPOrderedClause()6305 for (Expr *NumIter : C->getLoopNumIterations()) in VisitOMPOrderedClause()6307 for (unsigned I = 0, E = C->getLoopNumIterations().size(); I <E; ++I) in VisitOMPOrderedClause()
363 ArrayRef<Expr *> OMPOrderedClause::getLoopNumIterations() const { in getLoopNumIterations() function in OMPOrderedClause
2272 for (unsigned I = S.getLoopsNumber(), E = C->getLoopNumIterations().size(); in EmitOMPPrivateLoopCounters()3250 RT.emitDoacrossInit(*this, S, OrderedClause->getLoopNumIterations()); in EmitOMPWorksharingLoop()7853 E = C->getLoopNumIterations().size(); in EmitSimpleOMPExecutableDirective()
1829 ArrayRef<Expr *> getLoopNumIterations() const;
9228 DSA.getOrderedRegionParam().second->getLoopNumIterations().size()) { in checkOpenMPIterationSpace()