Home | History | Annotate | Download | only in info

Lines Matching full:linear

4930        { -O2 -ftree-loop-linear } \
5744 pass is located in `tree-loop-linear.c' and described by
15307 * Lambda:: Linear loop transformations framework.
15308 * Omega:: A solver for linear programming problems.
15773 by the linear loop transform and the vectorization passes. Before
15891 14.9 Linear loop transformations framework
15924 14.10 Omega a solver for linear programming problems
15934 subset of the Presburger arithmetics that can be translated to linear
15935 constraint systems. These linear constraint systems can then be solved
15939 elimination: a linear constraint system containing `n' variables is
15940 reduced to a linear constraint system with `n-1' variables. The Omega
15942 expressed under the form of a system of linear equalities and
15948 The interface used by the Omega solver for describing the linear
16022 of linear regions, making such updates difficult. The
42266 * Linear loop transformations framework: Lambda. (line 6)
42581 * Omega a solver for linear programming problems: Omega. (line 6)