Lines Matching refs:VPBlockBase
40 bool verifyBlock(const VPBlockBase *VPB);
164 VPBlockBase *MiddleBB = in verifyVPBasicBlock()
177 static bool hasDuplicates(const SmallVectorImpl<VPBlockBase *> &VPBlockVec) { in hasDuplicates()
178 SmallDenseSet<const VPBlockBase *, 8> VPBlockSet; in hasDuplicates()
187 bool VPlanVerifier::verifyBlock(const VPBlockBase *VPB) { in verifyBlock()
214 for (const VPBlockBase *Succ : Successors) { in verifyBlock()
233 for (const VPBlockBase *Pred : Predecessors) { in verifyBlock()
251 for (const VPBlockBase *VPB : vp_depth_first_shallow(Region->getEntry())) { in verifyBlocksInRegion()
265 const VPBlockBase *Entry = Region->getEntry(); in verifyRegion()
266 const VPBlockBase *Exiting = Region->getExiting(); in verifyRegion()
285 [this](const VPBlockBase *VPB) { in verifyRegionRec()
293 [this](const VPBlockBase *VPB) { return !verifyBlock(VPB); })) in verify()