Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp120 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() argument
121 for (auto &Row : DepMatrix) { in printDepMatrix()
129 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix() argument
226 DepMatrix.push_back(Dep); in populateDependencyMatrix()
236 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies() argument
238 for (auto &Row : DepMatrix) in interChangeDependencies()
259 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops() argument
262 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops()
268 Cur = DepMatrix[Row]; in isLegalToInterChangeLoops()
362 CharMatrix &DepMatrix);
[all …]