Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Direction

124           // the Dependence Matrix with the direction reversed.
131 char Direction;
139 Direction = '<';
141 Direction = '=';
143 Direction = '>';
144 Dep.push_back(Direction);
146 Direction = 'S';
147 Dep.push_back(Direction);
152 Direction = '<';
155 Direction = '>';
157 Direction = '=';
159 Direction = '*';
160 Dep.push_back(Direction);
232 // '>' direction as the leftmost non-'='.
259 // the direction matrix, after the same permutation is applied to its columns,
260 // has no ">" direction as the leftmost non-"=" direction in any row.