reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
410 for (VPBlockBase *Block : depth_first(Entry))
lib/Transforms/Vectorize/VPlan.h1189 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; }