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

References

lib/Transforms/Scalar/LoopInterchange.cpp
  492     unsigned LoopNestDepth = LoopList.size();
  502     if (!isComputableLoopNest(LoopList)) {
  511     Loop *OuterMostLoop = *(LoopList.begin());
  529     unsigned SelecLoopId = selectLoopForInterchange(LoopList);
  533           processLoop(LoopList, i, i - 1, LoopNestExit, DependencyMatrix);
  537       std::swap(LoopList[i - 1], LoopList[i]);
  537       std::swap(LoopList[i - 1], LoopList[i]);