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

References

lib/Transforms/Vectorize/VPlanPredicator.cpp
  218     if (PrevBlock && !VPLI->isLoopHeader(CurrBlock) &&
  219         !VPBlockUtils::blockIsLoopLatch(PrevBlock, VPLI)) {
  221       LLVM_DEBUG(dbgs() << "Linearizing: " << PrevBlock->getName() << "->"
  224       PrevBlock->clearSuccessors();
  226       VPBlockUtils::connectBlocks(PrevBlock, CurrBlock);
  229     PrevBlock = CurrBlock;