Searched refs:CharMatrix (Results 1 – 1 of 1) sorted by relevance
74 using CharMatrix = std::vector<std::vector<char>>; typedef120 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()129 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()236 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()259 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()362 CharMatrix &DepMatrix);456 CharMatrix &DepMatrix, CacheCostManager &CCM);465 CharMatrix &DepMatrix);556 CharMatrix DependencyMatrix; in processLoopList()1110 CharMatrix &DepMatrix) { in canInterchangeLoops()[all …]