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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  594   if (DT) {
  617       BasicBlock *BB = DT->findNearestCommonDominator(
  618           DT->getNode(Edge.second)->getIDom()->getBlock(), Latch);
  671   BasicBlock *InsertTop = SplitEdge(PreHeader, Header, DT, LI);
  673       SplitBlock(InsertTop, InsertTop->getTerminator(), DT, LI);
  675       SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  696                     LoopBlocks, VMap, LVMap, DT, LI);
  702     if (DT) {
  708           DT->changeImmediateDominator(Exit.first,
  722     InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  757   assert(DT->verify(DominatorTree::VerificationLevel::Fast));
  760   simplifyLoop(L, DT, LI, SE, AC, nullptr, PreserveLCSSA);