Searched refs:DepMatrix (Results 1 – 1 of 1) sorted by relevance
120 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix() argument121 for (auto &Row : DepMatrix) { in printDepMatrix()129 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix() argument226 DepMatrix.push_back(Dep); in populateDependencyMatrix()236 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies() argument238 for (auto &Row : DepMatrix) in interChangeDependencies()259 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops() argument262 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops()268 Cur = DepMatrix[Row]; in isLegalToInterChangeLoops()362 CharMatrix &DepMatrix);[all …]