Searched refs:CharMatrix (Results 1 – 1 of 1) sorted by relevance
68 using CharMatrix = std::vector<std::vector<char>>; typedef79 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()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()1142 CharMatrix &DepMatrix) { in isProfitableForVectorization()[all …]