Searched refs:NumLoop (Results 1 – 2 of 2) sorted by relevance
359 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopNumIterations()360 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()368 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopCounter()372 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument373 assert(NumLoop < NumberOfLoops && "out of loops number."); in getLoopCounter()1072 NumLoop < NumLoops && in setLoopData()1075 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()1079 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument1082 NumLoop < NumLoops && in getLoopData()1085 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()[all …]
1827 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);1832 void setLoopCounter(unsigned NumLoop, Expr *Counter);1834 Expr *getLoopCounter(unsigned NumLoop);1835 const Expr *getLoopCounter(unsigned NumLoop) const;4860 void setLoopData(unsigned NumLoop, Expr *Cnt);4863 Expr *getLoopData(unsigned NumLoop);4864 const Expr *getLoopData(unsigned NumLoop) const;