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

References

lib/Transforms/Utils/LoopUnroll.cpp
  139   if (!NewLoop) {
  144     NewLoop = LI->AllocateLoop();
  148       NewLoopParent->addChildLoop(NewLoop);
  150       LI->addTopLevelLoop(NewLoop);
  152     NewLoop->addBasicBlockToLoop(ClonedBB, *LI);
  155     NewLoop->addBasicBlockToLoop(ClonedBB, *LI);