Lines Matching full:iteration
94 bool PeelFirst : 1; // Peeling the first iteration will break dependence.
95 bool PeelLast : 1; // Peeling the last iteration will break the dependence.
159 /// isPeelFirst - Returns true if peeling the first iteration from
163 /// isPeelLast - Returns true if peeling the last iteration from
253 /// isPeelFirst - Returns true if peeling the first iteration from
257 /// isPeelLast - Returns true if peeling the last iteration from
295 /// particular level, return the iteration that should be used to split
305 /// Sometimes, peeling the first or last iteration of a loop will break
307 /// Sometimes, splitting a loop at some other iteration will do the trick,
309 /// record the exact iteration (since we rarely know), we provide
310 /// a method that calculates the iteration. It's a drag that it must work
382 /// iteration x to iteration y.