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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  585   LoopBlocks.perform(LI);
  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);
  722     InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  760   simplifyLoop(L, DT, LI, SE, AC, nullptr, PreserveLCSSA);