Searched refs:PredVPBB (Results 1 – 2 of 2) sorted by relevance
375 auto *PredVPBB = in mergeBlocksIntoPredecessors() local377 if (PredVPBB && PredVPBB->getNumSuccessors() == 1) in mergeBlocksIntoPredecessors()382 VPBasicBlock *PredVPBB = cast<VPBasicBlock>(VPBB->getSinglePredecessor()); in mergeBlocksIntoPredecessors() local384 R.moveBefore(*PredVPBB, PredVPBB->end()); in mergeBlocksIntoPredecessors()385 VPBlockUtils::disconnectBlocks(PredVPBB, VPBB); in mergeBlocksIntoPredecessors()388 ParentRegion->setExiting(PredVPBB); in mergeBlocksIntoPredecessors()391 VPBlockUtils::connectBlocks(PredVPBB, Succ); in mergeBlocksIntoPredecessors()
403 VPBasicBlock *PredVPBB = PredVPBlock->getExitingBasicBlock(); in createEmptyBasicBlock() local404 auto &PredVPSuccessors = PredVPBB->getHierarchicalSuccessors(); in createEmptyBasicBlock()405 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock()