Lines Matching full:linear
5655 pass is located in `tree-loop-linear.c' and described by
5878 basic block. Because the basic block is linear, it can use
10142 * Lambda:: Linear loop transformations framework.
10143 * Omega:: A solver for linear programming problems.
10608 by the linear loop transform and the vectorization passes. Before
10726 11.9 Linear loop transformations framework
10759 11.10 Omega a solver for linear programming problems
10769 subset of the Presburger arithmetics that can be translated to linear
10770 constraint systems. These linear constraint systems can then be solved
10774 elimination: a linear constraint system containing `n' variables is
10775 reduced to a linear constraint system with `n-1' variables. The Omega
10777 expressed under the form of a system of linear equalities and
10783 The interface used by the Omega solver for describing the linear
14112 of linear regions, making such updates difficult. The
39228 * Linear loop transformations framework: Lambda. (line 6)
39541 * Omega a solver for linear programming problems: Omega. (line 6)