Lines Matching full:transformations
6768 vector operation. Additional loop transformations such as peeling
6935 This is a family of loop transformations that works on loop nests.
7149 code transformations which improve the subsequent register
16385 symbols must be renamed into SSA form again. Transformations that emit
16734 * Lambda:: Linear loop transformations framework.
16959 Finally, there are some higher-level loop transformations implemented.
17014 * It makes updating of SSA form during loop transformations simpler.
17046 transformations, including removal of code. If such a transformation
17318 14.9 Linear loop transformations framework
17321 Lambda is a framework that allows transformations of loops using
17322 non-singular matrix based transformations of the iteration space and
17324 and reversal transformations. These transformations are often used to
17328 To perform these transformations, Lambda requires that the loopnest be
30859 vectorizer can do some transformations even in absence of
35718 use it to do transformations that are necessary for correctness,
37584 3. Local transformations (LTRANS) This stage executes in parallel.
37831 Most of the transformations performed by inter-procedural
45626 * Linear loop transformations framework: Lambda. (line 6)