Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp69 using CharMatrix = std::vector<std::vector<char>>; typedef
80 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
89 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
196 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
209 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
219 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
257 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
333 CharMatrix &DepMatrix);
380 CharMatrix &DepMatrix);
499 CharMatrix DependencyMatrix; in processLoopList()
[all …]