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

References

lib/Transforms/Scalar/LoopInterchange.cpp
  531     for (unsigned i = SelecLoopId; i > 0; i--) {
  531     for (unsigned i = SelecLoopId; i > 0; i--) {
  533           processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix);
  533           processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix);
  537       std::swap(LoopList[i - 1], LoopList[i]);
  537       std::swap(LoopList[i - 1], LoopList[i]);
  540       interChangeDependencies(DependencyMatrix, i, i - 1);
  540       interChangeDependencies(DependencyMatrix, i, i - 1);