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

References

lib/Transforms/Utils/LoopUnrollRuntime.cpp
  188   assert(Latch && "Loop must have a latch");
  189   BasicBlock *EpilogLatch = cast<BasicBlock>(VMap[Latch]);
  225     Value *V = PN.getIncomingValueForBlock(Latch);
  249   for (BasicBlock *Succ : successors(Latch)) {
  261       NewPN->addIncoming(PN.getIncomingValueForBlock(Latch), Latch);
  261       NewPN->addIncoming(PN.getIncomingValueForBlock(Latch), Latch);
  285   SmallVector<BasicBlock*, 4> NewExitPreds{Latch};