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

Declarations

include/llvm/Analysis/LoopInfo.h
  450   void verifyLoop() const;

References

include/llvm/Analysis/LoopInfoImpl.h
  370   verifyLoop();
include/llvm/Transforms/Scalar/LoopPassManager.h
  347       L->verifyLoop();
lib/Analysis/LoopPass.cpp
  259           CurrentLoop->verifyLoop();
lib/Transforms/Scalar/LoopPassManager.cpp
   60     L.verifyLoop();
lib/Transforms/Scalar/LoopUnrollPass.cpp
 1335     ParentL->verifyLoop();
 1475       ParentL->verifyLoop();
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 2253     UpdateL.verifyLoop();
 2255       ChildL->verifyLoop();
unittests/Transforms/Scalar/LoopPassManagerTest.cpp
  972         NewLoop->verifyLoop();
  973         L.verifyLoop();
 1013         NewLoop->verifyLoop();
 1014         L.verifyLoop();
 1159         L.getParentLoop()->verifyLoop();
 1231         L.getParentLoop()->verifyLoop();
 1280         NewLoop->verifyLoop();
 1447             ParentL->verifyLoop();
 1519             NewSibling->verifyLoop();
 1520             ParentL->verifyLoop();