Searched refs:CharMatrix (Results 1 – 1 of 1) sorted by relevance
65 using CharMatrix = std::vector<std::vector<char>>; typedef76 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()85 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()175 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()196 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()249 CharMatrix &DepMatrix);308 CharMatrix &DepMatrix,320 CharMatrix &DepMatrix);438 CharMatrix DependencyMatrix; in processLoopList()945 CharMatrix &DepMatrix) { in canInterchangeLoops()[all …]