Lines Matching full:iteration
166 OS << ", iteration = " << *DA->getSplitIteration(D, Level);
260 // Returns true if peeling the first iteration from this loop
268 // Returns true if peeling the last iteration from this loop
1025 // check that |Delta| < iteration count
1139 // Can determine iteration for splitting.
1564 // 1st iteration will break the dependence.
1566 // last iteration will break the dependence.
1571 // iteration carries all the dependences (so worth peeling).
1604 return false; // dependences caused by first iteration
1615 // check that Delta/SrcCoeff < iteration count
1626 // dependences caused by last iteration
1675 // 1st iteration will break the dependence.
1677 // last iteration will break the dependence.
1682 // iteration carries all the dependences (so worth peeling).
1714 return false; // dependences caused by first iteration
1725 // check that Delta/SrcCoeff < iteration count
1736 // dependences caused by last iteration
3603 // Rather than spend rarely-used space recording the splitting iteration
3619 // Sometimes, peeling the first or last iteration of a loop will break
3621 // Sometimes, splitting a loop at some other iteration will do the trick,
3623 // record the exact iteration (since we rarely know), we provide
3624 // a method that calculates the iteration. It's a drag that it must work