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

References

include/llvm/Analysis/LoopInfoImpl.h
  729       dbgs() << "Found new loop: " << *HeaderAndLoop.second << "\n";
lib/Analysis/ScalarEvolution.cpp
11982       dbgs() << "Trip Count for " << *L << " Changed!\n";
lib/CodeGen/HardwareLoops.cpp
  234   LLVM_DEBUG(dbgs() << "HWLoops: Try to convert profitable loop: " << *L);
lib/CodeGen/PHIElimination.cpp
  619             dbgs() << "PreLoop: " << *PreLoop;
  621             dbgs() << "CurLoop: " << *CurLoop;
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
  129                               << *L << " due to " << *Br << '\n');
  208                         << *L << " due to " << *GEP << '\n');
lib/Target/ARM/ARMLowOverheadLoops.cpp
  221   LLVM_DEBUG(dbgs() << "ARM Loops: Processing " << *ML);
lib/Target/ARM/MVETailPredication.cpp
  174   LLVM_DEBUG(dbgs() << "TP: Running on Loop: " << *L
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 1763                     << *CurLoop << '\n');
lib/Target/PowerPC/PPCLoopPreIncPrep.cpp
  549   LLVM_DEBUG(dbgs() << "PIP: Examining: " << *L << "\n");
lib/Transforms/Scalar/LoopDataPrefetch.cpp
  248                     << L->getHeader()->getParent()->getName() << ": " << *L);
lib/Transforms/Scalar/LoopDistribute.cpp
  670                       << "\" checking " << *L << "\n");
  786     LLVM_DEBUG(dbgs() << "\nDistributing loop: " << *L << "\n");
lib/Transforms/Scalar/LoopLoadElimination.cpp
  453                       << "\" checking " << *L << "\n");
lib/Transforms/Scalar/LoopPassManager.cpp
   37       dbgs() << "Running pass: " << Pass->name() << " on " << L;
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  158     dbgs() << "Constant terminator folding for loop " << L << "\n";
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5562     LLVM_DEBUG(dbgs() << "LSR skipping outer loop " << *L << "\n");
lib/Transforms/Scalar/LoopVersioningLICM.cpp
  479   LLVM_DEBUG(dbgs() << "Loop: " << *CurLoop);
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2849   LLVM_DEBUG(dbgs() << "Unswitching loop in " << F.getName() << ": " << L
 2928   LLVM_DEBUG(dbgs() << "Unswitching loop in " << F.getName() << ": " << *L
lib/Transforms/Utils/LoopUtils.cpp
   93                  << *L << "\n");