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

References

include/llvm/Analysis/LoopInfo.h
  397     return removeChildLoop(llvm::find(*this, Child));
lib/Analysis/LoopInfo.cpp
  767     Unloop.removeChildLoop(std::prev(Unloop.end()));
  889       addTopLevelLoop(Unloop->removeChildLoop(std::prev(Unloop->end())));
  910       ParentLoop->removeChildLoop(I);
lib/Transforms/Scalar/LoopFuse.cpp
 1287       FC1.L->removeChildLoop(ChildLoopIt);
 1540       FC1.L->removeChildLoop(ChildLoopIt);
lib/Transforms/Scalar/LoopInterchange.cpp
 1184     NewInner->addChildLoop(NewOuter->removeChildLoop(NewOuter->begin()));
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
 1864       ParentL->removeChildLoop(llvm::find(*ParentL, &L));
lib/Transforms/Utils/LoopSimplify.cpp
  303       NewOuter->addChildLoop(L->removeChildLoop(SubLoops.begin() + I));