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

References

lib/Transforms/Vectorize/VPlan.cpp
  231   ReversePostOrderTraversal<VPBlockBase *> RPOT(Entry);
lib/Transforms/Vectorize/VPlan.h
 1098     if (Entry)
 1099       deleteCFG(Entry);
 1107   const VPBlockBase *getEntry() const { return Entry; }
 1108   VPBlockBase *getEntry() { return Entry; }
 1115     Entry = EntryBlock;
 1123   VPBlockBase &front() const { return *Entry; }