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()179 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()201 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()254 CharMatrix &DepMatrix);313 CharMatrix &DepMatrix,325 CharMatrix &DepMatrix);443 CharMatrix DependencyMatrix; in processLoopList()951 CharMatrix &DepMatrix) { in canInterchangeLoops()[all …]