Lines Matching refs:CharMatrix
52 typedef std::vector<std::vector<char>> CharMatrix; typedef
63 void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
73 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
186 static void interChangeDepedencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDepedencies()
198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
211 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
261 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
339 CharMatrix &DepMatrix);
376 CharMatrix &DepMatrix);
501 CharMatrix DependencyMatrix; in processLoopList()
851 CharMatrix &DepMatrix) { in canInterchangeLoops()
951 CharMatrix &DepMatrix) { in isProfitabileForVectorization()
970 CharMatrix &DepMatrix) { in isProfitable()