Lines Matching refs:CharMatrix
68 using CharMatrix = std::vector<std::vector<char>>; typedef
79 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
88 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
185 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
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()
990 CharMatrix &DepMatrix) { in canInterchangeLoops()
1142 CharMatrix &DepMatrix) { in isProfitableForVectorization()
1161 unsigned OuterLoopId, CharMatrix &DepMatrix, in isProfitable()