Searched refs:CharMatrix (Results 1 – 1 of 1) sorted by relevance
69 using CharMatrix = std::vector<std::vector<char>>; typedef80 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()89 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()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()[all …]