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

References

lib/Transforms/Utils/LoopUnrollPeel.cpp
  675       SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  675       SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  678   InsertBot->setName(Header->getName() + ".peel.next");
  695     cloneLoopBlocks(L, Iter, InsertTop, InsertBot, ExitEdges, NewBlocks,
  716     updateBranchWeights(InsertBot, LatchBRCopy, ExitWeight, FallThroughWeight);
  721     InsertTop = InsertBot;
  722     InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  722     InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  722     InsertBot = SplitBlock(InsertBot, InsertBot->getTerminator(), DT, LI);
  723     InsertBot->setName(Header->getName() + ".peel.next");