Searched refs:DepMatrix (Results 1 – 1 of 1) sorted by relevance
81 for (auto &Row : DepMatrix) { in printDepMatrix()173 DepMatrix.push_back(Dep); in populateDependencyMatrix()191 std::swap(DepMatrix[I][ToIndx], DepMatrix[I][FromIndx]); in interChangeDependencies()199 if (DepMatrix[Row][i] == '<') in isOuterMostDepPositive()201 if (DepMatrix[Row][i] == '>') in isOuterMostDepPositive()212 if (DepMatrix[Row][i] != '=' && DepMatrix[Row][i] != 'S' && in containsNoDependence()213 DepMatrix[Row][i] != 'I') in containsNoDependence()260 unsigned NumRows = DepMatrix.size(); in isLegalToInterChangeLoops()380 CharMatrix &DepMatrix);1212 for (auto &Row : DepMatrix) { in isProfitableForVectorization()[all …]