Searched defs:DepMatrix (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopInterchange.cpp | 77 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() 86 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix() 185 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies() 197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive() 210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence() 220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange() 258 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops() 954 CharMatrix &DepMatrix) { in canInterchangeLoops() 1085 CharMatrix &DepMatrix) { in isProfitableForVectorization() 1104 CharMatrix &DepMatrix) { in isProfitable()
|