Searched defs:DepMatrix (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 80 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() 89 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix() 188 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies() 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() 1027 CharMatrix &DepMatrix) { in canInterchangeLoops() 1162 CharMatrix &DepMatrix) { in isProfitableForVectorization() 1181 CharMatrix &DepMatrix) { in isProfitable()
|