Lines Matching refs:VPBlockBase
30 static bool hasDuplicates(const SmallVectorImpl<VPBlockBase *> &VPBlockVec) { in hasDuplicates()
31 SmallDenseSet<const VPBlockBase *, 8> VPBlockSet; in hasDuplicates()
45 for (const VPBlockBase *VPB : in verifyBlocksInRegion()
46 make_range(df_iterator<const VPBlockBase *>::begin(Region->getEntry()), in verifyBlocksInRegion()
47 df_iterator<const VPBlockBase *>::end(Region->getExit()))) { in verifyBlocksInRegion()
64 for (const VPBlockBase *Succ : Successors) { in verifyBlocksInRegion()
81 for (const VPBlockBase *Pred : Predecessors) { in verifyBlocksInRegion()
99 const VPBlockBase *Entry = Region->getEntry(); in verifyRegion()
100 const VPBlockBase *Exit = Region->getExit(); in verifyRegion()
117 for (const VPBlockBase *VPB : in verifyRegionRec()
118 make_range(df_iterator<const VPBlockBase *>::begin(Region->getEntry()), in verifyRegionRec()
119 df_iterator<const VPBlockBase *>::end(Region->getExit()))) { in verifyRegionRec()