Lines Matching defs:PredVPBB
382 auto *PredVPBB =
384 if (!PredVPBB || PredVPBB->getNumSuccessors() != 1 ||
385 isa<VPIRBasicBlock>(PredVPBB))
391 VPBasicBlock *PredVPBB = cast<VPBasicBlock>(VPBB->getSinglePredecessor());
393 R.moveBefore(*PredVPBB, PredVPBB->end());
394 VPBlockUtils::disconnectBlocks(PredVPBB, VPBB);
397 ParentRegion->setExiting(PredVPBB);
400 VPBlockUtils::connectBlocks(PredVPBB, Succ);
740 VPBlockBase *PredVPBB = ExitVPBB->getSinglePredecessor();
741 if (!PredVPBB)
743 assert(PredVPBB == Plan.getMiddleBlock() &&