Lines Matching refs:CharMatrix
69 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()
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()
333 CharMatrix &DepMatrix);
380 CharMatrix &DepMatrix);
499 CharMatrix DependencyMatrix; in processLoopList()
1061 CharMatrix &DepMatrix) { in canInterchangeLoops()
1208 CharMatrix &DepMatrix) { in isProfitableForVectorization()
1227 CharMatrix &DepMatrix) { in isProfitable()