Lines Matching full:iterations
2970 `__splitstack_find' iterations. Of course, this will only work if
6736 counter for number of iterations of the loop and replaces the exit
6738 analysis is necessary to determine the number of iterations.
6762 iterations is exploited to group data elements from consecutive
6763 iterations into a vector and operate on them in parallel.
6769 and versioning may take place to align the number of iterations,
6950 This pass completely unrolls loops with few iterations. The pass
6957 iterations of the loops, especially loads and stores to memory.
7125 by overlapping different iterations. Modulo scheduling is
15620 Backward iterations are possible:
15624 Forward and backward iterations on basic blocks are possible with
16722 variable analysis and number of iterations analysis).
16732 * Number of iterations:: Number of iterations analysis.
16984 iterations to make the number of iterations divisible by unroll
17084 overflow (which restricts the number of iterations of such a loop).
17093 File: gccint.info, Node: loop-iv, Next: Number of iterations, Prev: Scalar evolutions, Up: Loop Analysis and Representation
17136 File: gccint.info, Node: Number of iterations, Next: Dependency analysis, Prev: loop-iv, Up: Loop Analysis and Representation
17138 14.7 Number of iterations analysis
17142 the number of iterations of a loop, with a similar interface. The
17143 number of iterations of a loop in GCC is defined as the number of
17145 determine the number of iterations unconditionally - the determined
17163 number of iterations. The number of iterations is defined as the
17169 structure. Number of iterations before the loop is exited through a
17174 try to find one with easy to determine number of iterations -
17177 cache it, so that repeated calls to number of iterations are not so
17183 iterations, and fail if there are some assumptions. The function
17190 File: gccint.info, Node: Dependency analysis, Next: Lambda, Prev: Number of iterations, Up: Loop Analysis and Representation
22579 1 is the number of loop iterations as a `const_int' or
22581 2 is the actual or estimated maximum number of iterations as a
22593 estimated maximum number of iterations is too large for this
23134 iterations. This avoids the need for fetching and executing a
23187 well-behaved loops with a finite number of loop iterations using
30814 iterations) for the given type.
45948 * Number of iterations analysis: Number of iterations.
47705 Node: Number of iterations743100