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

References

lib/Transforms/Vectorize/VPlan.cpp
  410   for (VPBlockBase *Block : depth_first(Entry))
lib/Transforms/Vectorize/VPlan.h
 1189     if (Entry)
 1190       VPBlockBase::deleteCFG(Entry);
 1205   VPBlockBase *getEntry() { return Entry; }
 1206   const VPBlockBase *getEntry() const { return Entry; }
 1208   VPBlockBase *setEntry(VPBlockBase *Block) { return Entry = Block; }