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

Declarations

include/llvm/Analysis/LoopInfo.h
  272   bool hasDedicatedExits() const;

References

lib/Analysis/LoopInfo.cpp
  467   return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
lib/Transforms/Instrumentation/InstrProfiling.cpp
  325     if (!LP->hasDedicatedExits())
lib/Transforms/Scalar/LICM.cpp
  388   if (L->hasDedicatedExits())
  403   if (!DisablePromotion && Preheader && L->hasDedicatedExits() &&
lib/Transforms/Scalar/LoopDeletion.cpp
  143   if (!Preheader || !L->hasDedicatedExits()) {
lib/Transforms/Scalar/LoopUnswitch.cpp
  643   if (!currentLoop->hasDedicatedExits())
lib/Transforms/Utils/LoopRotationUtils.cpp
  263   if (!OrigPreheader || !L->hasDedicatedExits())
lib/Transforms/Utils/LoopUnrollPeel.cpp
  613     assert(L->hasDedicatedExits() && "No dedicated exits?");
lib/Transforms/Utils/LoopUtils.cpp
  527   assert(L->hasDedicatedExits() && "Loop should have dedicated exits!");