Home
last modified time | relevance | path

Searched refs:DepMatrix (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp78 for (auto &Row : DepMatrix) { in printDepMatrix()
170 DepMatrix.push_back(Dep); in populateDependencyMatrix()
187 unsigned numRows = DepMatrix.size(); in interChangeDependencies()
190 DepMatrix[i][ToIndx] = DepMatrix[i][FromIndx]; in interChangeDependencies()
191 DepMatrix[i][FromIndx] = TmpVal; in interChangeDependencies()
200 if (DepMatrix[Row][i] == '<') in isOuterMostDepPositive()
202 if (DepMatrix[Row][i] == '>') in isOuterMostDepPositive()
213 if (DepMatrix[Row][i] != '=' && DepMatrix[Row][i] != 'S' && in containsNoDependence()
214 DepMatrix[Row][i] != 'I') in containsNoDependence()
1088 for (auto &Row : DepMatrix) { in isProfitableForVectorization()
[all …]