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

References

lib/Analysis/LoopCacheAnalysis.cpp
  226   for (int Level = 1; Level <= Levels; ++Level) {
  226   for (int Level = 1; Level <= Levels; ++Level) {
  227     const SCEV *Distance = D->getDistance(Level);
  236     if (Level != LoopDepth && !CI.isZero()) {
  238                  << "No temporal reuse: distance is not zero at depth=" << Level
  241     } else if (Level == LoopDepth && CI.getSExtValue() > MaxDistance) {
  245           << Level << "\n");