Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp68 using CharMatrix = std::vector<std::vector<char>>; typedef
79 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
193 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
206 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
216 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
254 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
304 CharMatrix &DepMatrix);
363 CharMatrix &DepMatrix,
486 CharMatrix DependencyMatrix; in processLoopList()
1142 CharMatrix &DepMatrix) { in isProfitableForVectorization()
[all …]