Home | History | Annotate | Download | only in Utils

Lines Matching full:trip

11 // trip counts.  See LoopUnroll.cpp for unrolling loops with compile-time
12 // trip counts.
15 // run-time trip count modulo the unroll factor is not 0. When this is the
47 "Number of loops unrolled with run-time trip counts");
51 /// 'extra' iterations if the run-time trip count modulo the
59 /// - Branch around the original loop if the trip count is less
258 /// run-time trip-count.
293 // Use Scalar Evolution to compute the trip count. This allows more
298 // Only unroll loops with a computable trip count and the trip count needs
324 // This constraint lets us deal with an overflowing trip count easily; see the
343 // extra iterations = run-time trip count % (loop unroll factor + 1)