Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp80 for (auto &Row : DepMatrix) { in printDepMatrix()
170 DepMatrix.push_back(Dep); in populateDependencyMatrix()
188 std::swap(DepMatrix[I][ToIndx], DepMatrix[I][FromIndx]); in interChangeDependencies()
196 if (DepMatrix[Row][i] == '<') in isOuterMostDepPositive()
198 if (DepMatrix[Row][i] == '>') in isOuterMostDepPositive()
209 if (DepMatrix[Row][i] != '=' && DepMatrix[Row][i] != 'S' && in containsNoDependence()
210 DepMatrix[Row][i] != 'I') in containsNoDependence()
257 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops()
363 CharMatrix &DepMatrix,
1146 for (auto &Row : DepMatrix) { in isProfitableForVectorization()
[all …]