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

References

lib/Transforms/Utils/LoopRotationUtils.cpp
  597   if (!Latch || Latch->hasAddressTaken())
  597   if (!Latch || Latch->hasAddressTaken())
  600   BranchInst *Jmp = dyn_cast<BranchInst>(Latch->getTerminator());
  604   BasicBlock *LastExit = Latch->getSinglePredecessor();
  612   if (!shouldSpeculateInstrs(Latch->begin(), Jmp->getIterator(), L))
  615   LLVM_DEBUG(dbgs() << "Folding loop latch " << Latch->getName() << " into "
  619   MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr,