Searched refs:NumLoop (Results 1 – 2 of 2) sorted by relevance
372 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()384 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument1086 NumLoop < NumLoops && in setLoopData()1089 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()1093 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument1096 NumLoop < NumLoops && in getLoopData()1099 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()1106 NumLoop < NumLoops && in getLoopData()1707 auto *It = std::next(getVarRefs().end(), NumLoop); in setLoopData()1711 Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) { in getLoopData() argument[all …]
1891 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);1896 void setLoopCounter(unsigned NumLoop, Expr *Counter);1898 Expr *getLoopCounter(unsigned NumLoop);1899 const Expr *getLoopCounter(unsigned NumLoop) const;4998 void setLoopData(unsigned NumLoop, Expr *Cnt);5001 Expr *getLoopData(unsigned NumLoop);5002 const Expr *getLoopData(unsigned NumLoop) const;9243 void setLoopData(unsigned NumLoop, Expr *Cnt);9246 Expr *getLoopData(unsigned NumLoop);9247 const Expr *getLoopData(unsigned NumLoop) const;