Searched refs:NumLoop (Results 1 – 2 of 2) sorted by relevance
351 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopNumIterations()352 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()360 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopCounter()364 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument365 assert(NumLoop < NumberOfLoops && "out of loops number."); in getLoopCounter()1057 NumLoop < NumLoops && in setLoopData()1060 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()1064 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument1067 NumLoop < NumLoops && in getLoopData()1070 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()[all …]
1751 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);1756 void setLoopCounter(unsigned NumLoop, Expr *Counter);1758 Expr *getLoopCounter(unsigned NumLoop);1759 const Expr *getLoopCounter(unsigned NumLoop) const;4730 void setLoopData(unsigned NumLoop, Expr *Cnt);4733 Expr *getLoopData(unsigned NumLoop);4734 const Expr *getLoopData(unsigned NumLoop) const;