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

References

lib/Transforms/Vectorize/VPlanPredicator.cpp
  213     assert(!isa<VPRegionBlock>(CurrBlock) && "Nested region not expected");
  218     if (PrevBlock && !VPLI->isLoopHeader(CurrBlock) &&
  222                         << CurrBlock->getName() << "\n");
  225       CurrBlock->clearPredecessors();
  226       VPBlockUtils::connectBlocks(PrevBlock, CurrBlock);
  229     PrevBlock = CurrBlock;