Lines Matching refs:Direction
125 // the Dependence Matrix with the direction reversed.
132 char Direction;
140 Direction = '<';
142 Direction = '=';
144 Direction = '>';
145 Dep.push_back(Direction);
147 Direction = 'S';
148 Dep.push_back(Direction);
153 Direction = '<';
156 Direction = '>';
158 Direction = '=';
160 Direction = '*';
161 Dep.push_back(Direction);
233 // '>' direction as the leftmost non-'='.
260 // the direction matrix, after the same permutation is applied to its columns,
261 // has no ">" direction as the leftmost non-"=" direction in any row.