Searched refs:NumLoop (Results 1 – 2 of 2) sorted by relevance
223 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopNumIterations()224 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()232 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopCounter()236 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument745 NumLoop < NumLoops && in setLoopData()748 auto It = std::next(getVarRefs().end(), NumLoop); in setLoopData()752 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument755 NumLoop < NumLoops && in getLoopData()758 auto It = std::next(getVarRefs().end(), NumLoop); in getLoopData()765 NumLoop < NumLoops && in getLoopData()[all …]
1190 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);1195 void setLoopCounter(unsigned NumLoop, Expr *Counter);1197 Expr *getLoopCounter(unsigned NumLoop);1198 const Expr *getLoopCounter(unsigned NumLoop) const;3407 void setLoopData(unsigned NumLoop, Expr *Cnt);3410 Expr *getLoopData(unsigned NumLoop);3411 const Expr *getLoopData(unsigned NumLoop) const;