Searched refs:DepMatrix (Results 1 – 1 of 1) sorted by relevance
78 for (auto &Row : DepMatrix) { in printDepMatrix()170 DepMatrix.push_back(Dep); in populateDependencyMatrix()187 unsigned numRows = DepMatrix.size(); in interChangeDependencies()190 DepMatrix[i][ToIndx] = DepMatrix[i][FromIndx]; in interChangeDependencies()191 DepMatrix[i][FromIndx] = TmpVal; in interChangeDependencies()200 if (DepMatrix[Row][i] == '<') in isOuterMostDepPositive()202 if (DepMatrix[Row][i] == '>') in isOuterMostDepPositive()213 if (DepMatrix[Row][i] != '=' && DepMatrix[Row][i] != 'S' && in containsNoDependence()214 DepMatrix[Row][i] != 'I') in containsNoDependence()1088 for (auto &Row : DepMatrix) { in isProfitableForVectorization()[all …]