Searched defs:VPB (Results 1 – 5 of 5) sorted by relevance
45 for (const VPBlockBase *VPB : in verifyBlocksInRegion() local117 for (const VPBlockBase *VPB : in verifyRegionRec() local
30 explicit VPLoop(VPBlockBase *VPB) : LoopBase<VPBlockBase, VPLoop>(VPB) {} in VPLoop()
47 for (const VPBlockBase *VPB : vp_depth_first_shallow(Region->getEntry())) { in verifyBlocksInRegion() local117 for (const VPBlockBase *VPB : make_range( in verifyRegionRec() local256 for (const VPBlockBase *VPB : Iter) { in verifyPlanIsValid() local
2094 pub struct VPB { struct2106 impl ::core::marker::Copy for VPB {} argument2108 impl ::core::clone::Clone for VPB { implementation