reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopInterchange.cpp
  187   for (unsigned i = 0; i < numRows; ++i) {
  187   for (unsigned i = 0; i < numRows; ++i) {
  188     char TmpVal = DepMatrix[i][ToIndx];
  189     DepMatrix[i][ToIndx] = DepMatrix[i][FromIndx];
  189     DepMatrix[i][ToIndx] = DepMatrix[i][FromIndx];
  190     DepMatrix[i][FromIndx] = TmpVal;