Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp76 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() argument
77 for (auto &Row : DepMatrix) { in printDepMatrix()
160 DepMatrix.push_back(Dep); in populateDependencyMatrix()
161 if (DepMatrix.size() > MaxMemInstrCount) { in populateDependencyMatrix()
178 std::swap(DepMatrix[I][ToIndx], DepMatrix[I][FromIndx]); in interChangeDependencies()
199 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops()
205 Cur = DepMatrix[Row]; in isLegalToInterChangeLoops()
249 CharMatrix &DepMatrix);
308 CharMatrix &DepMatrix,
1134 for (auto &Row : DepMatrix) { in isProfitableForVectorization()
[all …]