Home | History | Annotate | Download | only in info

Lines Matching full:transformations

5584      vector operation.  Additional loop transformations such as peeling
5739 This is a family of loop transformations that works on loop nests.
5953 code transformations which improve the subsequent register
14862 symbols must be renamed into SSA form again. Transformations that emit
15299 * Lambda:: Linear loop transformations framework.
15524 Finally, there are some higher-level loop transformations implemented.
15579 * It makes updating of SSA form during loop transformations simpler.
15611 transformations, including removal of code. If such a transformation
15883 14.9 Linear loop transformations framework
15886 Lambda is a framework that allows transformations of loops using
15887 non-singular matrix based transformations of the iteration space and
15889 and reversal transformations. These transformations are often used to
15893 To perform these transformations, Lambda requires that the loopnest be
24627 because the vectorizer can do some transformations even in absence
33314 use it to do transformations that are necessary for correctness,
42292 * Linear loop transformations framework: Lambda. (line 6)