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

References

lib/Transforms/Utils/CloneFunction.cpp
  761   Loop *NewLoop = LI->AllocateLoop();
  766     LI->addTopLevelLoop(NewLoop);
  777     ParentLoop->addBasicBlockToLoop(NewPH, *LI);
  785       NewLoop = LI->AllocateLoop();
  798     Loop *CurLoop = LI->getLoopFor(BB);
  806     NewLoop->addBasicBlockToLoop(NewBB, *LI);