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

Declarations

include/llvm/Analysis/LoopInfo.h
  814   void dump() const;

References

lib/Transforms/Scalar/LoopDeletion.cpp
  213   LLVM_DEBUG(L.dump());
  259   LLVM_DEBUG(L->dump());
lib/Transforms/Scalar/LoopPredication.cpp
  960   LLVM_DEBUG(L->dump());
lib/Transforms/Utils/LoopRotationUtils.cpp
  245           L->dump());
  251                  L->dump());
  274   LLVM_DEBUG(dbgs() << "LoopRotation: rotating "; L->dump());
  512   LLVM_DEBUG(dbgs() << "LoopRotation: into "; L->dump());
lib/Transforms/Utils/LoopUnrollRuntime.cpp
  553   LLVM_DEBUG(L->dump());