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

References

lib/Transforms/IPO/LoopExtractor.cpp
   86   if (skipLoop(L))
   90   if (L->getParentLoop())
   94   if (!L->isLoopSimplifyForm())
  109       L->getHeader()->getParent()->getEntryBlock().getTerminator();
  112       EntryTI->getSuccessor(0) != L->getHeader()) {
  118     L->getExitBlocks(ExitBlocks);
  132     L->getExitBlocks(ExitBlocks);
  144     Function &Func = *L->getHeader()->getParent();
  148     CodeExtractor Extractor(DT, *L, false, nullptr, nullptr, AC);
  153       LPM.markLoopAsDeleted(*L);
  154       LI.erase(L);