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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 7193   assert(PreEntry->empty() && "Expecting empty pre-entry block.");
 7194   VPBlockBase *Entry = Plan->setEntry(PreEntry->getSingleSuccessor());
 7195   VPBlockUtils::disconnectBlocks(PreEntry, Entry);
 7196   delete PreEntry;